{% 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 {{ cardie_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 i fondi per la partenza del servizio (seleziona un fondo per ogni gruppo)

{#
(Seleziona un fondo per ogni gruppo)
#}
{# #} {% for choice in posizione_to_form.car_die_gruppo_a %} {% for k, v in posizione_to_form.funds_data_a.items %} {% if k == choice.choice_value %} {# #} {% endif %} {% endfor %} {% endfor %}
Codice FondoClasse
{{ k }} {{ v.DESCRFON }}{{ v.CLASSE }}
{# #} {% for choice in posizione_to_form.car_die_gruppo_b %} {% for k, v in posizione_to_form.funds_data_b.items %} {% if k == choice.choice_value %} {# #} {% endif %} {% endfor %} {% endfor %}
Codice FondoClasse
{{ k }} {{ v.DESCRFON }}{{ v.CLASSE }}

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

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