{% include "profilo/cms_plugins/ecommerce_statics.html" %} {% load i18n sekizai_tags %} {% if conferma_investimento_form %}

Investimento {% if conferma_investimento_form.is_valid %} {% endif %}

Dati anagrafici


Importo dell'operazione

{% if conferma_investimento_form.is_valid %}

L'operazione è stata registrata

Ti ricordiamo che per completare l'operazione dovrai effettuare un bonifico come segue

{% else %} {% if error_message %}
× {{ error_message }}
{% endif %} {% if conferma_investimento_form.non_field_errors %} {% for err in conferma_investimento_form.non_field_errors %}
× {{ err }}
{% endfor %} {% endif %} {% for field in conferma_investimento_form %} {% if field.errors %}
× {{ field.label }}: {{ field.errors|striptags }}
{% endif %} {% endfor %}
{% csrf_token %}
{% endif %} {% endif %}