{% extends "testapp/base.html" %} {% block template_name %}testapp/collection_remove.html{% endblock %} {% block content %}

Are you sure you want to remove {{ row.title }}?

Removing takes the item's live run, its uploaded files, its stash and its cached title before its place in the registry, so a failure part-way leaves it still listed and still removable.

{% csrf_token %}

Cancel

{% endblock %}