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

Riepilogo switch

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


{% endif %} {% include "bootstrap3/areariservata/cms_plugins/includes/_dati_rapporto_riepilogo_switch.html" %}
dati operazione
Fondo su cui effettuare lo Switch
{{ operazione.descrizione_fondo_to }}
{% if operazione.tipo_qta_movimento == "T" %}
Switch totale del fondo
{% endif %} {% if operazione.tipo_qta_movimento == "Q" %} Switch parziale del fondo (Quote oggetto dello switch)
{{ operazione.quote }}
{% endif %} {% if operazione.tipo_qta_movimento == "I" %} Switch parziale del fondo (Ammontare dell'operazione)
€ {{ operazione.importo|floatformat:2|thousandot }}
{% endif %} {% if conferma_switch_form.is_valid %}
{% else %} {% if error_message %}
× {{ error_message|safe }}

{% endif %} {% if conferma_switch_form.non_field_errors %} {% for err in conferma_switch_form.non_field_errors %}
× {{ err }}
{% endfor %} {% endif %} {% for field in conferma_switch_form %} {% if field.errors %}
× {{ field.label }}: {{ field.errors|striptags }}
{% endif %} {% endfor %}
{% csrf_token %} {% include 'bootstrap3/areariservata/cms_plugins/includes/_alert.html' %}
{% endif %} {% endif %}