{% 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_multi.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 la composizione del tuo portafoglio

* Seleziona i fondi inserendo per ognuno la sua percentuale (la somma deve necessariamente essere uguale a 100)

{% for fondo in fondi_to_totali %} {% endfor %}
Rapporto Contratto Nome Prodotto/Fondo Peso
{% if fondo.PESO != 0 %} checked {% endif %} {{ fondo.RAPPORTO|stringformat:"s" }} {{ fondo.NUMCONTRATTO|stringformat:"s" }} {{ fondo.DESCRFONDO }}
TOTALE
5 Dati per l'attivazione del servizio: {% if app_modal_page_slug %} {% endif %}
{{ posizione_to_form.rib_inv_perc_scost|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 %}