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

Scegli l'importo/quote, la frequenza, la data di decorrenza e la scadenza del servizio

{{ posizione_to_form.importo|addcss:"form-control input-sm" }}
{{ posizione_to_form.quote|addcss:"form-control input-sm" }}
{{ posizione_to_form.numero_rate_versate|addcss:"form-control input-sm" }}
{% for choice in posizioni_to_ex %} {% if choice.TIPOPIANO != "PIC" %}
Numero Rate Piano: {{ choice.NUMRATEPAC }} Ammontare rata Mensile: {{ choice.IMPORTORATA }}

{% endif %} {% endfor %} {% for choice in posizioni_to_not %} {% if choice.TIPOPIANO != "PIC" %}
Numero Rate Piano: {{ choice.NUMRATEPAC }} Ammontare rata Mensile: {{ choice.IMPORTORATA }}

{% endif %} {% endfor %}
{{ posizione_to_form.data_decorrenza|addcss:"form-control input-sm" }}

E' la data in cui scatta il primo switch del servizio che sarà ricorrente secondo la frequenza selezionata

{{ posizione_to_form.frequenza|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" }}
{{ posizione_to_form.rad_rib_flag }}
{{ posizione_to_form.rad_rib_riduz_quota_a|addcss:"form-control input-sm" }}

Rispetto all'ultimo movimento

{{ posizione_to_form.rad_rib_riduz_quota_b|addcss:"form-control input-sm" }}

Rispetto al suo valore nel giorno di attivazione del servizio

* La fine del servizio "Raddoppia sul Ribasso" è sempre intesa fino a revoca.

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