{% extends "wagtailadmin/reports/base_report.html" %} {% load i18n %} {% block results %} {% if object_list %} {% include "wagtail_model_forms/results_table.html" %} {% else %}

{% trans "No form submissions found." %}

{% endif %} {% endblock %} {% block no_results %}

{% trans "No form submissions found." %}

{% endblock %}