{% load static %} {{ title }} {% block extra_head %} {% endblock %}

{{ title }}

{% if form.help_text %}

{{ form.help_text|safe|linebreaks }}

{% endif %}
{{ form.as_p }}


{% include 'includes/nav.html' %} {% block extra_body %} {% endblock %}