{% include "bootstrap3/app/cms_plugins/includes/_statics.html" %} {% load l10n i18n sekizai_tags addcss %} {% addtoblock "css" %} {% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %} {% if posizione_to_form %} {% if servizio.status == 'IN' %} {% include 'bootstrap3/app/cms_plugins/includes/_title_operazione.html' %} {% include 'bootstrap3/app/cms_plugins/includes/_to_posizione_from.html' %} {% endif %} {% if not posizione_to_form.is_valid %} {% include 'bootstrap3/app/cms_plugins/includes/_to_errors.html' %}
{% csrf_token %} {% if servizio.tipo_operazione %}
4 Scegli dove versare la tua cedola: {% if app_modal_page_slug %} {% endif %}
{% if posizioni_to|length > 0 %}
{% for choice in posizione_to_form.posizione_to %} {% with indice=forloop.counter0 %} {% for value in posizioni_to %} {% if forloop.counter0 == indice %} {% endif %} {% endfor %} {% endwith %} {% endfor %}
  Rapporto Contratto Nome Prodotto/Fondo Piano
{{ choice.tag }}{{ value.RAPPORTO|stringformat:"s" }} {{ value.NUMCONTRATTO|stringformat:"s" }} {{ value.DESCRFONDO }} {{ value.TIPOPIANO }}
{% endif %}
IBAN* {{ posizione_to_form.iban|addcss:'form-control' }}

* l’IBAN che inserisci deve corrispondere ad un conto intestato a te o l’operazione di rimborso non potrà essere perfezionata.

{{ applicazione.get_pagamento_label }}

{% endif %} {% include 'bootstrap3/app/cms_plugins/includes/_alert.html' %} {% include 'bootstrap3/app/cms_plugins/includes/_to_nav_buttons.html' %}
{% endif %} {% endif %}