{% extends 'base.html' %} {% block midpart %}

{{ title }}

{% csrf_token %} {% for field in form %}
{% if field.help_text %} {% endif %} {{ field }}
{% endfor %}
{% endblock midpart %}