{% trans "This user has no store transactions." %}
{% else %}{% trans "Date Purchased" %} | {% trans "Item" %} | {% trans "Description" %} | {% trans "Cost" %} | {% trans "Unit ID" %} |
---|---|---|---|---|
{{ t.purchased_at|date:"SHORT_DATE_FORMAT" }} | {{ t.item.title }} | {{ t.item.description|truncatechars:30 }} | {{ t.value }} | {{ t.context_id }} |