{% load i18n %} {% block cell-content %} {% if errors or refunds or not cell.hide_if_empty %} {% if title %}
{% trans "Number" %} | {% trans "Refund date" %} | {% trans "Amount" %} |
---|---|---|
{{ refund.display_id }} | {{ refund.creation_date|date:"SHORT_DATE_FORMAT" }} | {% if refund.amount %}{% blocktrans with amount=refund.amount|floatformat:"2" %}{{ amount }}€{% endblocktrans %}{% endif %} |