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

{% trans "Event metadata" %}

{% blocktrans trimmed %} You can here define a set of metadata properties (i.e. variables) that you can later set for your events and re-use in places like ticket layouts. This is an useful timesaver if you create lots and lots of events. {% endblocktrans %}

{% trans "Create a new property" %}
{% csrf_token %} {% for p in properties %} {% endfor %}
{% trans "Property" %}
{{ p.name }} {% if p.filter_allowed %} {% endif %} {% if p.filter_public %} {% endif %} {% if p.protected %} {% endif %}
{% endblock %}