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

Switch {% if conferma_switch_form.is_valid %} {% endif %}

Dati del rapporto/fondo/contratto di partenza


Rapporto/Fondo/Contratto di destinazione e dati operazione

{% if conferma_switch_form.is_valid %}

L'operazione è stata registrata

{% 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 %}
{% endif %} {% endif %}