{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load eventurl %} {% block title %}{{ request.event.name }}{% endblock %} {% block content %}

{{ request.event.name }} {% trans "Go to shop" %}

{% if actions|length > 0 %}

{% trans "Your attention is required to resolve the following issues" %}

{% endif %}
{% for w in widgets %}
{% if w.url %} {{ w.content|safe }} {% else %}
{{ w.content|safe }}
{% endif %}
{% endfor %}

 

{% trans "Event logs" %}

{% endblock %}