{% extends "base.html" %} {% block content %} {% if edit %}

Edit Engagement

{% else %}

New Engagement

{% endif %}
{% csrf_token %} {% include "dojo/form_fields.html" with form=form %}
{% endblock %}