{% extends "base.html" %}
{% block title %}
{# L10n: %s is the name of the collection. #}
{{ page_title(_('Delete {0}')|fe(collection.name)) }}
{% endblock %}
{% block content %}
{{ _('Delete {0}')|fe(collection.name) }}
{{ _('Are you sure?') }}