{% extends "pretixcontrol/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Admin mode" %}{% endblock %} {% block content %}

{% trans "Admin mode" %}

{% blocktrans trimmed %} To perform this action, you need to start an administrative session. Everything you do in that session will be logged and you will later be asked to fill in a comment on what you did in your session for later reference. {% endblocktrans %}

{% csrf_token %}
{% endblock %}