{% extends "pretixcontrol/auth/base.html" %} {% load bootstrap3 %} {% load i18n %} {% load staticfiles %} {% block content %}
{% bootstrap_form_errors form type='all' layout='inline' %} {% csrf_token %} {% bootstrap_field form.email %} {% bootstrap_field form.password %} {% if form.keep_logged_in %} {% bootstrap_field form.keep_logged_in %} {% endif %}
{% if can_reset %} {% trans "Lost password?" %} {% endif %} {% if can_register %} {% trans "Register" %} {% endif %}
{% endblock %}