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

{{ title }}

{% csrf_token %} {{ form.as_table }}
{% if object %} {% endif %}
{% endblock %}