{% extends 'auth/base.html.j2' %} {% block title %}{{ gettext('Login') }}{% endblock %} {% block content %}
{% for auth_name, form in forms.items() %}
{{ render_form(form) }}
{% endfor %}
{% endblock %}