{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load urlreplace %} {% load bootstrap3 %} {% load money %} {% block inner %}
Balance: {{ object.balance|money:object.currency }}
Created: {{ object.created_at|date:"SHORT_DATETIME_FORMAT" }}
| Time | Description | Amount | |
|---|---|---|---|
| {{ transaction.timestamp|date:"SHORT_DATETIME_FORMAT" }} | {{ transaction.descriptor }} | {% if transaction.order_position %} View order {% endif %} | {{ transaction.value|money:object.currency }} |
| No transactions yet. | |||