{% extends theme("layout.html") %} {% import "forms.html" as forms with context %} {% import theme("itemviews.html") as itemviews with context %} {% block views %} {{ itemviews }} {% endblock %} {% block action_bars_inner %} {% if item_name %} {% set title = _("Index of subitems of '%(item_name)s'", item_name=item_name) %} {% else %} {% set title = _("Global Index ") %} {% endif %}