{% include "bootstrap3/areariservata/cms_plugins/includes/_statics.html" %} {% load i18n sekizai_tags addcss staticfiles acomea_tag %} {% if posizione_from_form %} {% if not operazione.status %}

Investi / Disinvesti Online

{% if classe_fondi == "A1" %}

Gentile cliente,
in caso tu sia in regime di Consulenza (Full-Service) , AcomeA effettua un controllo preventivo affinchè l'operazione da te richiesta sia adeguata o appropriata secondo il tuo profilo di investimento.

{% elif classe_fondi == "A2" %}

In caso tu sia in regime di Execution-Only (Self-Service) , nessun controllo preventivo di adeguatezza o appropriatezza verrà effettuato.

{% else %}

Gentile cliente,
in caso tu sia in regime di Consulenza (Full-Service) , AcomeA effettua un controllo preventivo affinchè l'operazione da te richiesta sia adeguata o appropriata secondo il tuo profilo di investimento.

In caso tu sia in regime di Execution-Only (Self-Service) , nessun controllo preventivo di adeguatezza o appropriatezza verrà effettuato.

{% endif %}
{% endif %} {% if not posizione_from_form.is_valid %} {% if posizione_from_form.non_field_errors %} {% for err in posizione_from_form.non_field_errors %}
× {{ err }}
{% endfor %} {% endif %} {% for field in posizione_from_form %} {% if field.errors %}
× {{ field.label }}: {{ field.errors|striptags }}
{% endif %} {% endfor %}
{% csrf_token %}
1 Seleziona il tipo di operazione
{% for radio in posizione_from_form.tipo_operazione %}
{{ radio }}
{% endfor %}

2 Seleziona il rapporto/contratto su cui operare
{% if posizioni_intestatario|length > 0 %}

{% for choice in posizione_from_form.posizione_from_int %} {% with indice=forloop.counter0 %} {% for value in posizioni_intestatario %} {% if forloop.counter0 == indice %} {% endif %} {% endfor %} {% endwith %} {% endfor %}
  Rapporto Contratto Nome Prodotto/Fondo Piano Q.Cumulative V.Attuale
{{ choice.tag }} {{ value.RAPPORTO|stringformat:"s" }} {{ value.NUMCONTRATTO|stringformat:"s" }} {{ value.DESCRFONDO }} {{ value.TIPOPIANO }} {{ value.QUOTE|floatformat:"3"|thousandot }} € {{ value.PATRIMONIO|floatformat:"2"|thousandot }}
{% endif %} {% if posizioni_cointestatario|length > 0 %} {% if posizioni_intestatario|length > 0 %}
{% else %}
{% endif %}
{% for choice in posizione_from_form.posizione_from_coint %} {% with indice=forloop.counter0 %} {% for value in posizioni_cointestatario %} {% if forloop.counter0 == indice %} {% endif %} {% endfor %} {% endwith %} {% endfor %}
  Rapporto Contratto Nome Prodotto/Fondo Piano Q.Cumulative V.Attuale
{{ choice.tag }} {{ value.RAPPORTO|stringformat:"s" }} {{ value.NUMCONTRATTO|stringformat:"s" }} {{ value.DESCRFONDO }} {{ value.TIPOPIANO }} {{ value.QUOTE|floatformat:"3" }} {{ value.PATRIMONIO|floatformat:"2" }}
{% endif %}
{% include 'bootstrap3/areariservata/cms_plugins/includes/_alert.html' %}
{% endif %} {% endif %} {% addtoblock "css" %} {% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %}