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

Rimborso {% if conferma_disinvestimento_form.is_valid %} {% endif %}

Dati del rapporto/fondo/contratto oggetto del rimborso


Dati operazione

{% if conferma_disinvestimento_form.is_valid %}

L'operazione รจ stata registrata

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