{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% block title %}{% trans "Festival Crowd control dashboard" %}{% endblock %} {% block content %}

{% trans "Festival Crowd" %} {% blocktrans with c=on_count t=toggle_total %}{{ c }} of {{ t }} quick capabilities on{% endblocktrans %}

{% trans "Your one control surface. Flip the quick capabilities below, or open any add-on's own settings from the tiles further down." %}

{% trans "Quick capabilities" %} — {% trans "one toggle each" %}

{% csrf_token %}
{% if settings_url %} {% trans "Configure text & values" %} {% endif %}
{% for t in toggles %} {% endfor %}
{% trans "On" %} {% trans "Capability" %} {% trans "Area" %} {% trans "Note" %}
{{ t.label }} {% if t.risky %}{% trans "manual only" %}{% endif %} {{ t.cat }} {% if t.note %} {{ t.note }}{% endif %}

{% trans "Capabilities that need text or a number stay inert until you set it on the configure page — so 'Enable all' is safe to press." %}

{% trans "Add-on settings" %} {% blocktrans %}{{ total }} enabled on this event{% endblocktrans %}

{% for name, icon, entries in groups %}

{{ name }}

{% for e in entries %}
  {{ e.label }}
{% endfor %}
{% empty %}
{% trans "No other Festival Crowd add-ons are enabled yet. Enable some under Settings → Plugins." %}
{% endfor %} {% endblock %}