{% extends "base.html" %} {% block title %} {# L10n: %s is the name of the collection. #} {{ page_title(_('Delete {0}')|f(collection.name)) }} {% endblock %} {% block content %}
{{ breadcrumbs([(url('collections.list'), _('Collections')), (url('collections.user', collection.author_username), collection.author.name), (collection.get_url_path(), collection.name), (None, _('Delete')),]) }}

{{ _('Delete {0}')|f(collection.name) }}

{{ csrf() }}
{% endblock %}