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

{{ title }}

{% csrf_token %} {{ form }} {% if object %} Cancel {% else %} Cancel {% endif %}
{% endblock %}