{% extends "wagtailadmin/generic/listing_results.html" %} {% load i18n l10n coderedcms_tags %} {% block results %}
{% for heading in data_headings %} {% endfor %} {% for row in data_rows %} {% for cell in row.fields %} {% endfor %} {% endfor %}
{% if heading.order %}{{ heading.label }}{% else %}{{ heading.label }}{% endif %}
{% process_form_cell request cell %}
{% endblock %} {% block no_results_message %}

{% blocktrans trimmed with title=form_page.title %} There have been no submissions of the '{{ title }}' form. {% endblocktrans %}

{% endblock %}