{% extends "main/base.html" %} {% load static %} {% block title %} {{ context.page_title }} {% endblock %} {% block content %} {% if not user.is_authenticated %}
{{ field.label_tag }} {% for error in field.errors %}
{{ error }}