{# This template is used by other templates (show.html, etc.) to format the numerous links within the Item Views panel in the theme's header or sidebar. Some links may be suppressed because of item ACLs. Several links are suppressed if the item or revision is deleted. Comment and Transclusion links may be hidden by Javascript if item lacks content. #} {% set item = item %} {% set not_trash = not item_is_deleted if item_is_deleted is defined else True %} {% set icon_classes = theme_supp.get_endpoint_iconmap() %} {%- macro a_label(icon_class, label) %} {{ label }} {%- endmacro %}