{% load i18n %} {% trans "Choose" as choose_str %} {% include "wagtailadmin/shared/header.html" with title=choose_str subtitle=snippet_type_name icon="snippet" %}
{% if items %} {% include "wagtailsnippets/chooser/list.html" with choosing=1 %} {% else %} {% url 'wagtailsnippets_create' content_type.app_label content_type.model as wagtailsnippets_create_snippet_url %}

{% blocktrans %}You haven't created any {{ snippet_type_name }} snippets. Why not create one now{% endblocktrans %}

{% endif %}