{% extends "base.html" %} {% load i18n %} {% block content %} {% if form.errors %} {% endif %}
{% csrf_token %}
{% if form.username.errors %} {% endif %}
{% if form.password.errors %} {% endif %}
{% endblock %}