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