{% load i18n sekizai_tags cms_tags acomea_tag %} {% if conferma_disinvestimento_form %}

Riepilogo rimborso

{% if conferma_disinvestimento_form.is_valid %}
{% include 'bootstrap3/areariservata/cms_plugins/includes/_operazione_registrata.html' %}
Stampa riepilogo


{% endif %} {% include "bootstrap3/areariservata/cms_plugins/includes/_dati_rapporto_riepilogo.html" %}

Dati operazione

{% if operazione.tipo_qta_movimento == "T" %}
Rimborso totale del fondo
{% endif %} {% if operazione.tipo_qta_movimento == "Q" %}
Quote oggetto del rimborso (Rimborso parziale del fondo)
{{ operazione.quote }}
{% endif %} {% if operazione.tipo_qta_movimento == "I" %}
Rimborso parziale del fondo (Ammontare dell'operazione)
€ {{ operazione.importo|floatformat:2|thousandot }}
{% endif %}
IBAN di destinazione
{{ operazione.iban|upper }}
{% if conferma_disinvestimento_form.is_valid %}
{% else %} {% if error_message %}
× {{ error_message }}
{% endif %} {% if conferma_disinvestimento_form.non_field_errors %} {% for err in conferma_disinvestimento_form.non_field_errors %}
× {{ err }}
{% endfor %} {% endif %} {% for field in conferma_disinvestimento_form %} {% if field.errors %}
× {{ field.label }}: {{ field.errors|striptags }}
{% endif %} {% endfor %}
{% csrf_token %} {% include 'bootstrap3/areariservata/cms_plugins/includes/_alert.html' %}
{% endif %} {% endif %}