{% extends 'base.html' %} {% load static %} {% block layout %}
{% if settings.BANNER_LOGIN %} {% endif %}
{% csrf_token %} {% if 'next' in request.GET %} {% endif %} {% if 'next' in request.POST %} {% endif %}
{% load form_helpers %} {% if form.non_field_errors %} {% endif %}
{% endblock %}