{% load acomea_tag %}
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 %}
|
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 %} |