{% extends "base.html" %} {% block title %} {{ _('Delete collection "%(title)s" by %(author)s', title=collection.title, author=collection.author.username) }} {% endblock %} {% block content %}

{{ self.title() }}

{{ _("Deleting is permanent") }}

{{ _("Cancel") }}
{% endblock %}