{% load i18n %} {% if page_types_restricted %} {% trans "Choose" as choose_str %} {% trans page_type.get_verbose_name as subtitle %} {% else %} {% trans "Choose a type of snippet" as choose_str %} {% endif %} {% include "wagtailadmin/shared/header.html" with title=choose_str subtitle=subtitle icon="snippet" %}