{% extends "wagtailadmin/base.html" %}
{% load i18n wagtailadmin_tags %}
{% block titletag %}{{ title }}{% endblock %}
{% block content %}
{{ title }}{% if subtitle %} {{ subtitle }}{% endif %}
{% trans "No pages match this report's criteria." %}
{% endblock %} {% endif %}