{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Organizer logs" %}{% endblock %} {% block inside %}
{% trans "All actions" %} {% for up in userlist %} {% if up.user__id %} {{ up.user__email }} {% endif %} {% endfor %} {% trans "Filter" %}