{% extends TEMPLATE_BASE %} {% block header %}

{{ settings.SITE_TITLE }} — Login

{% endblock %} {% block content %} {% if error %}

{{error}}

{% endif %}

{{form.as_table}}

{% endblock %}