{# This template is displayed after user clicks the delete link on Item Views or the delete link on item history. User may add a comment for change log. The revision's meta data and rendered content is displayed for user review. #} {% import "forms.html" as forms %} {% extends theme("show.html") %} {% if alias_names %} {% set title = _("Delete '{item_name}' with alias names {alias_names}").format(item_name=fqname|shorten_fqname, alias_names=alias_names) %} {% else %} {% set title = _("Delete '{item_name}'").format(item_name=fqname|shorten_fqname) %} {% endif %} {% block content %}