{% extends 'base.html' %} {% load static %} {% block content %}

Login

{% if not user.is_authenticated %}
{% csrf_token %} {% if form.errors %} {% endif %} {% for field in form.visible_fields|slice:"5" %}
{% endfor %}
{% else %}
{% endif %}
{% endblock %}