{# This template is displayed after user clicks the rename link on an Item Views. User may add a comment for change log. The item's meta data and rendered content is displayed for user review. #} {% import "forms.html" as forms %} {% extends theme("show.html") %} {% set title = _("Rename '{item_name}'").format(item_name=item.fqname|shorten_fqname) %} {% block content %}