{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load urlreplace %} {% load bootstrap3 %} {% load money %} {% block title %}{% trans "Reusable media" %}{% endblock %} {% block inner %}
{% blocktrans trimmed %} No media have been created yet. {% endblocktrans %}
{% trans "Create a new medium" %}{% trans "Create a new medium" %}
{% trans "Identifier" context "reusable_media" %} | {% trans "Media type" context "reusable_media" %} | {% trans "Connections" context "reusable_media" %} | |
---|---|---|---|
{% if not m.active %} |
{{ m.get_type_display }} | {% if m.customer %} {{ m.customer }} {% endif %} {% if m.linked_orderposition %} {{ m.linked_orderposition.order.code }}-{{ m.linked_orderposition.positionid }} {% endif %} {% if m.linked_giftcard %} {{ m.linked_giftcard.secret }} {% endif %} |