{% templatetag openblock %} extends "{{ app_label }}/{{ model_name_slug }}_base.html" {% templatetag closeblock %} {% verbatim %}{% block title %}{% endverbatim %} Update {% templatetag openvariable %} {{ model_name_slug }} {% templatetag closevariable %} {% verbatim %}{% endblock %}{% endverbatim %} {% verbatim %}{% block content %}{% endverbatim %}

{{ model_name }}

Update {% templatetag openvariable %} {{ model_name_slug }} {% templatetag closevariable %}

{% verbatim %}{% csrf_token %}{% endverbatim %} {% verbatim %}{{ form.as_p }}{% endverbatim %}
Cancel
{% verbatim %}{% csrf_token %}{% endverbatim %}
{% verbatim %}{% endblock %}{% endverbatim %}