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