{{ title }}
{% csrf_token %}
{% include 'shared/form-errors.html' %}
{% for field in form %}
{{ field }}
{% endfor %}