{% load i18n salebox_utils %}

My account

{% trans "My purchase history" %}

{% if member.salebox_transactionhistory_count > 0 %} {% for t in member.salebox_transactionhistory_data %} {% endfor %}
{{ t.dt|date:"d M Y H:i" }} {{ t.pos_guid }} x{{ t.basket_size }} {{ t.total_price_plus_shipping|sb_currency }}
{% else %}

No transactions found

{% endif %}