{% extends "pretixcontrol/auth/base.html" %} {% load bootstrap3 %} {% load i18n %} {% load static %} {% load urlreplace %} {% block content %}
{% if backends|length > 1 %}
{% 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 %}
{% endblock %}