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