{% load i18n %} {% load money %}
| {% trans "Date" %} | {% trans "Order" %} | {% trans "Value" %} |
|---|---|---|
| {{ t.datetime|date:"SHORT_DATETIME_FORMAT" }} | {% if t.order %} {{ t.order.full_code }} {% else %} {% if t.text %}{{ t.text }}{% else %}{% trans "Manual transaction" %}{% endif %} {% endif %} | {{ t.value|money:giftcard.currency }} |