{% load i18n %} {% block cell-content %} {% if errors or payments or not cell.hide_if_empty %} {% if title %}
{% trans "Number" %} | {% trans "Payment date" %} | {% trans "Type" %} | {% trans "Amount" %} | |
---|---|---|---|---|
{{ payment.display_id }} | {{ payment.creation_date|date:"SHORT_DATE_FORMAT" }} | {{ payment.payment_type }} | {% if payment.amount %}{% blocktrans with amount=payment.amount|floatformat:"2" %}{{ amount }}€{% endblocktrans %}{% endif %} | {% if payment.regie.is_remote %} {% with cell_crypto_reference=cell.crypto_reference payment_crypto_id=payment.crypto_id payment_crypto_payer_external_id=payment.crypto_payer_external_id %} {% if payment.has_pdf %} {% trans "Download" %} {% endif %} {% endwith %} {% endif %} |