{% 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 Seleziona posizione di arrivo:
{% if posizioni_to_ex|length > 0 %}
{% for choice in posizione_to_form.posizione_to_ex %} {% with indice=forloop.counter0 %} {% for value in posizioni_to_ex %} {% 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 %} {% if posizioni_to_not|length > 0 %}
0 %} class="tab-pane" {% else %} class="tab-pane active" {% endif %} id="posizioni_to_not" > {% for choice in posizione_to_form.posizione_to_not %} {% with indice=forloop.counter0 %} {% for value in posizioni_to_not %} {% 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 %}

5 Dati per l'attivazione del servizio: {% if app_modal_page_slug %} {% endif %}
{{ posizione_to_form.rei_pro_perc_plus|addcss:"form-control input-sm" }}
{{ posizione_to_form.fine_servizio_mese|addcss:"form-control input-sm" }}
{{ posizione_to_form.fine_servizio_anno|addcss:"form-control input-sm" }}

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