{# This template is displayed after user clicks: * the destroy link on Item Views to delete all revisions of an item * or the destroy link on item history to delete an item revision The revision's meta data and rendered content is displayed for user review. User may add a comment to be written to server log; the item or revision is removed from storage so server log is only record of the transaction. #} {% import "forms.html" as forms %} {% extends theme("show.html") %} {% if alias_names %} {% set title = _("Destroy '{item_name}' with alias names {alias_names}").format(item_name=item_name, alias_names=alias_names) %} {% else %} {% set title = _("Destroy '{item_name}'").format(item_name=item_name) %} {% endif %} {% block content %} {% if rev_id == None %}