{% 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.identifier == "native" %} {% if can_reset %} {% trans "Lost password?" %} {% endif %} {% if can_register %} {% trans "Register" %} {% endif %} {% endif %}
{% endblock %}