{% extends 'base.html' %} {% block navigation %} {% include 'navigation.html' with login_tab='True' %} {% endblock %} {% block content %}
{% include 'forms/errors-list.html' with login_form='True' %}
{% csrf_token %}
{% endblock %}