{% extends "base.html" %} {% block content %}
{{ field.html_name }} {% for error in field.errors %} {{ error }} {% endfor %}