{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load urlreplace %} {% load bootstrap3 %} {% load money %} {% block inner %}
{% blocktrans trimmed %} You haven't issued any gift cards yet. You can either set up a product in an event shop to sell gift cards, or you can manually issue gift cards. {% endblocktrans %}
{% trans "Manually issue a gift card" %}{% trans "Manually issue a gift card" %}
{% trans "Gift card code" %} | {% trans "Creation date" %} | {% trans "Expiry date" %} | {% trans "Current value" %} | |
---|---|---|---|---|
{{ g.secret }} {% if g.testmode %} {% trans "TEST MODE" %} {% endif %} {% if g.expired %} {% trans "Expired" %} {% endif %} | {{ g.issuance|date:"SHORT_DATETIME_FORMAT" }} | {% if g.expires %}{{ g.expires|date:"SHORT_DATETIME_FORMAT" }}{% endif %} | {{ g.cached_value|money:g.currency }} |