{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load static %} {% block inner %}

{% trans "Sales channels" %}

{% blocktrans trimmed %} On this page, you can manage the different channels your tickets can be sold through. This is useful to unlock new revenue streams or to separate revenue between different sources for reporting purchases. {% endblocktrans %}

{% trans "Add a new channel" %}
{% csrf_token %} {% for c in channels %} {% endfor %}
{% trans "Channel" %} {% trans "Identifier" %} {% trans "Channel type" %}
{{ c.label }} {{ c.identifier }} {% if "." in c.type_instance.icon %} {% else %} {% endif %} {{ c.type_instance.verbose_name }}
{% endblock %}