{% load acomea_tag %}

{% if operazione.tipo_operazione == "S" %} Dati del rapporto/fondo/contratto di partenza {% endif %} {% if operazione.tipo_operazione == "D" %} Dati del rapporto/fondo/contratto oggetto del rimborso {% endif %}


Codice Cliente {{ operazione.codice_cliente|stringformat:"s" }}
Rapporto {{ operazione.codice_rapporto_from|stringformat:"s" }}
Tipo Contratto {{ operazione.codice_tipocontratto_from|stringformat:"s" }}
Numero Contratto {{ operazione.codice_deposito_from|stringformat:"s" }}
Nome Prodotto/Fondo {{ operazione.descrizione_fondo_from }}
Numero quote {{ operazione.quote_from|floatformat:3|thousandot }}
Valore Patrimonio € {{ operazione.patrimonio_from|floatformat:2|thousandot }}