{% include "cms_plugins/app_statics.html" %} {% load l10n i18n sekizai_tags %} {% addtoblock "css" %} {% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %} {% if posizione_to_form %} {% if servizio.status == 'IN' %} {% if servizio.tipo_operazione %}

{{ servizio.get_tipo_operazione_display }}

{% endif %}

Dati dei rapporti/contratti/fondi che utilizzeremo per alimentare il servizio

{% for posizione_from in servizio.posizioni_from.all %} {% endfor %}
Rapporto Fondo Piano N° Contratto Quote Patrimonio
{{ posizione_from.codice_rapporto_from|stringformat:"s" }} {{ posizione_from.descrizione_fondo_from }} {{ posizione_from.codice_tipocontratto_from|stringformat:"s" }} {{ posizione_from.codice_deposito_from|stringformat:"s" }} {{ posizione_from.quote_from }} {{ posizione_from.patrimonio_from }}
Ammontare che sarà utilizzato per costruire la posizione di partenza {{ ribinv_patrimonio_from_sum }}
{% endif %} {% if not posizione_to_form.is_valid %} {% if error_message %}
× {{ error_message|safe }}

{% endif %} {% if posizione_to_form.non_field_errors %} {% for err in posizione_to_form.non_field_errors %}
× {{ err|safe }}
{% endfor %} {% endif %} {% for field in posizione_to_form %} {% if field.errors %}
× {{ field.label }}: {{ field.errors|striptags }}
{% endif %} {% endfor %}
{% csrf_token %} {% if servizio.tipo_operazione %}

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 %}
Descrizione Fondo Peso
{% if fondo.PESO != 0 %} checked {% endif %} {{ fondo.DESCRFONDO }} %
TOTALE

Dati per l'attivazione del servizio: {% if app_modal_page_slug %} info {% endif %}

{% endif %}
{% endif %} {% endif %}