{% extends "layouts/content.html" %} {% block content %}
{% csrf_token %} {% for field in form %} {% if field.errors %} {% endif %} {% if field.help_text %} {% endif %} {% endfor %}
{{ field.label_tag }}{{ field }}
{{ field.errors }}
{{ field.help_text }}
{% endblock %}