{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load urlreplace %} {% load bootstrap3 %} {% load money %} {% block title %}Wallets{% endblock %} {% block inner %}
No wallets have been created yet.
| {% trans "PAN" %} | {% trans "Customer" %} | {% trans "Creation date" %} | {% trans "Last transaction" %} | {% trans "Current balance" %} | |
|---|---|---|---|---|---|
| {{ w.pan }} | {% if w.customer %} {{ w.customer.name }} {% endif %} | {{ w.created_at|date:"SHORT_DATETIME_FORMAT" }} | {% if w.last_tx %}{{ w.last_tx|date:"SHORT_DATETIME_FORMAT" }}{% endif %} | {{ w.cached_balance|money:w.currency }} |