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