{% extends "theme_one.html" %} {% load i18n static %} {% block head_title %}{{ view.page_header }}{% endblock head_title %} {% block body_content %} {{ block.super }}
{% csrf_token %} {% blocktrans %}Are you sure you want to delete {{ object.name }} ?{% endblocktrans %} {% trans 'Cancel' %}
{% endblock body_content %}