{% extends "pretixcontrol/auth/base.html" %} {% load bootstrap3 %} {% load i18n %} {% load static %} {% load urlreplace %} {% block content %}
{% if backends|length > 1 %}
{% endif %} {% if possible_cookie_problem %}
{% blocktrans trimmed %} It looks like your browser is not accepting our cookie and you need to log in repeatedly. Please check if your browser is set to block cookies, or delete all existing cookies and retry. {% endblocktrans %}
{% endif %} {% csrf_token %} {% bootstrap_form form %}
{% if backend.login_form_fields %} {% endif %} {% if backend.url %} {{ backend.verbose_name }} {% endif %} {% if backend.identifier == "native" %} {% if can_reset %} {% trans "Lost password?" %} {% endif %} {% if can_register %} {% trans "Register" %} {% endif %} {% endif %}
{# marker required for ajax calls to detect that user session is over #} {% endblock %}