{% load static wagtailimages_tags wagtailadmin_tags %} {% load i18n l10n %} {% if icons %} {% if group %}

{{group.title}} Icons

{% endif %}
{% csrf_token %}
{% include 'wagtail_icons/pagination.html' with objects=icons %}
{% if not group and not action == 'add' %} {% endif %} {% if not action == 'add' %} {% else %} {% endif %}
{% elif query_string %}

Sorry, no icons match "{{query_string}}"

{% else %}

No icons to choose from

{% endif %}