{% extends "webui/entities/base.html" %} {% load thumbnail webui_tags %} {% block title %}Delete | {{ entity.id }}{% endblock %} {% block breadcrumbs %}{{ block.super }} {% breadcrumbs entity "Delete" %} {% endblock breadcrumbs %} {% block content %}

{{ entity.id }}

{% csrf_token %}
{{ form.confirmed }} {{ form.confirmed.help_text }}
  Cancel
{% endblock content %}