{% include "bootstrap3/app/cms_plugins/includes/_statics.html" %} {% load l10n i18n sekizai_tags addcss acomea_tag %} {#{% 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 %}
{% if posizioni_pianis_rid|length != 0 or posizioni_pianis_swipro|length != 0 %}
4 Seleziona dove attivare il servizio "Raddoppia sul Ribasso":
{% endif %} {% if posizioni_pianis_rid|length == 0 and posizioni_pianis_swipro|length == 0 %}
{% else %}
{% if posizioni_pianis_rid|length > 0 %}
{% for choice in posizione_to_form.posizioni_pianis_rid %} {% with indice=forloop.counter0 %} {% for value in posizioni_pianis_rid %} {% if forloop.counter0 == indice %} {% endif %} {% endfor %} {% endwith %} {% endfor %}
  ID Rapporto Fondo Piano N° Contratto Quote Importo
{{ choice.tag }}{{ value.ID|stringformat:"s" }} {{ value.RAPPORTO|stringformat:"s" }} {{ value.DESCRFONDO }} {{ value.TIPOPIANO }} {{ value.NUMCONTRATTO|stringformat:"s" }} {{ value.QUOTE|floatformat:3|thousandot }} € {{ value.IMPORTO|floatformat:2|thousandot }}
{% endif %} {% if posizioni_pianis_swipro|length > 0 %}
0 %} class="tab-pane table-responsive" {% else %} class="tab-pane active table-responsive" {% endif %} id="posizioni_pianis_swipro" > {% for choice in posizione_to_form.posizioni_pianis_swipro %} {% with indice=forloop.counter0 %} {% for value in posizioni_pianis_swipro %} {% if forloop.counter0 == indice %} {% endif %} {% endfor %} {% endwith %} {% endfor %}
  ID Rapporto Fondo Piano N° Contratto Quote Importo
{{ choice.tag }}{{ value.ID|stringformat:"s" }} {{ value.RAPPORTO|stringformat:"s" }} {{ value.DESCRFONDO }} {{ value.TIPOPIANO }} {{ value.NUMCONTRATTO|stringformat:"s" }} {{ value.QUOTE|floatformat:3|thousandot }} € {{ value.IMPORTO|floatformat:2|thousandot }}
{% endif %}
{% endif %}
{% if posizioni_pianis_rid|length != 0 or posizioni_pianis_swipro|length != 0 %}
5 Dati per l'attivazione del servizio: {% if app_modal_page_slug %} {% endif %}
{{ 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_riduz_quota_a|addcss:"form-control input-sm" }}
* Rispetto all'ultimo versamento
{{ posizione_to_form.rad_rib_riduz_quota_b|addcss:"form-control input-sm" }}
* Rispetto al suo valore nel giorno di attivazione del servizio

{{ applicazione.get_pagamento_label }}

{% endif %} {% endif %} {% include 'bootstrap3/app/cms_plugins/includes/_alert.html' %} {% if posizioni_pianis_rid|length != 0 or posizioni_pianis_swipro|length != 0 %} {% include 'bootstrap3/app/cms_plugins/includes/_to_nav_buttons.html' %} {% else %}
{% endif %}
{% endif %} {% endif %}