{% load acomea_tag %} {% if posizioni_intestatario|length > 0 %}
{% for value, label in posizione_from_form.posizione_from_int.field.choices %} {% endfor %}
  Rapporto Contratto Nome Prodotto/Fondo Piano Q. Cumulative V. Attuale
{{ label.RAPPORTO|stringformat:"s" }} {{ label.NUMCONTRATTO|stringformat:"s" }} {{ label.DESCRFONDO }} {{ label.TIPOPIANO }} {{ label.QUOTE|floatformat:"3"|thousandot }} € {{ label.PATRIMONIO|floatformat:"2"|thousandot }}
Ammontare che sarà utilizzato per costruire la posizione di partenza
{% endif %} {% if posizioni_cointestatario|length > 0 %}
0 %} class="tab-pane" {% else %} class="tab-pane active" {% endif %} id="rapporto-cointestatario" role="tabpanel">
{% for value, label in posizione_from_form.posizione_from_coint.field.choices %} {% endfor %}
  Rapporto Contratto Nome Prodotto/Fondo Piano Q. Cumulative V. Attuale
{{ label.RAPPORTO|stringformat:"s" }} {{ label.NUMCONTRATTO|stringformat:"s" }} {{ label.DESCRFONDO }} {{ label.TIPOPIANO }} {{ label.QUOTE|floatformat:"3"|thousandot }} € {{ label.PATRIMONIO|floatformat:"2"|thousandot }}
Ammontare che sarà utilizzato per costruire la posizione di partenza
{% endif %}