{% extends "base.html" %} {% block content %}
{% if view.form_object.enable_csrf %} {% csrf_token %} {% endif %} {{ form.as_p }}
{% endblock %}