{% load acomea_tag %}
Codice cliente: {% if movimento.cod_cliente %}{{ movimento.cod_cliente }}{% else %} -{% endif%}
Codice rapporto: {% if movimento.cod_rapporto %}{{ movimento.cod_rapporto }}{% else %} -{% endif %}
Tipo rapporto: {% if movimento.tipo_rapporto %}{{ movimento.tipo_rapporto }}{% else %} -{% endif %}
Tipo certificato: {% if movimento.tipo_cert_descr.strip %}{{ movimento.tipo_cert_descr }}{% else %} -{% endif %}
Numero Contratto: {% if movimento.num_contratto %}{{ movimento.num_contratto }}{% else %} -{% endif %}
Tipo contratto descr.: {% if movimento.descr_contratto.strip %}{{ movimento.descr_contratto }}{% else %} -{% endif %}

Progr. caricamento {% if progCaricamento %}{{ progCaricamento }}{% else %} -{% endif %}
Data ricezione: {% if movimento.data_ricezione %} {{ movimento.data_ricezione|date:"j F Y" }} {% else %} -{% endif %}
Data valuta MDP (Mezzo di Pagamento): {% if movimento.data_valutaMDP %} {{ movimento.data_valutaMDP|date:"j F Y" }} {% else %} -{% endif %}
Descrizione mezzo di pagamento: {% if movimento.descr_cod_pagamento.strip %} {{ movimento.descr_cod_pagamento }} {% else %} -{% endif %}
{% if movimento.descr_fondo_switch.strip %} {% endif %}
Descrizione fondo: {% if movimento.descr_fondo %} {{ movimento.descr_fondo }} {% else %} -{% endif %}
Causale operazione: {% if movimento.descr_causale.strip %} {{ movimento.descr_causale }} {% else %} -{% endif %}
Descrizione fondo switch: {{ movimento.descr_fondo_switch }}
Valore quota: {% if movimento.valore_quota %} € {{ movimento.valore_quota|thousandot }} {% else %} -{% endif %}
Numero quote: {% if movimento.quote %} {{ movimento.quote|thousandot }} {% else %} -{% endif %}
Importo lordo: {% if movimento.importo_lordo %} € {{ movimento.importo_lordo|thousandot }} {% else %} -{% endif %}
Importo commissioni: {% if movimento.importo_commissioni %} € {{ movimento.importo_commissioni|thousandot }} {% else %} -{% endif %}
Importo spese: {% if movimento.importo_spese %} € {{ movimento.importo_spese|thousandot }} {% else %} -{% endif %}
Tassa Capital Gain: {% if movimento.tassa_capital_gain %} € {{ movimento.tassa_capital_gain|thousandot }} {% else %} -{% endif %}
Importo netto: {% if movimento.importo_netto %} € {{ movimento.importo_netto|thousandot }} {% else %} -{% endif %}