{% extends "themis/base.html" %} {% block title %}Delete {{ item.title }} — {{ themis_app_name }}{% endblock %} {% block content %}

Delete Item

Are you sure you want to delete {{ item.title }}? This action cannot be undone.
{% csrf_token %}
Cancel
{% endblock %}