{% extends "wagtailadmin/base.html" %} {# Took from wagtail v4.1.1 (/wagtail/contrib/forms/templates/wagtailforms/submissions_index.html) #} {% load i18n wagtailadmin_tags %} {% block titletag %}Réponses pour « {{ form_page.title }} »{% endblock %} {% block extra_js %} {{ block.super }} {% endblock %} {% block content %} {% fragment as form_actions %} {% endfragment %} {% include "includes/participation_header.html" with classname="w-header--no-border" title="Réponses pour" subtitle=form_page.title|capfirst icon="form" merged=1 extra_actions=form_actions %}
{% if submissions %}
{% include "wagtailforms/submissions_index_list.html" %} {% include "wagtailadmin/shared/pagination_nav.html" with items=page_obj %}
{% else %}

Il n'y a pas encore de réponse à ce scrutin.

{% endif %}

{% trans 'Filter' %}

{% for field in select_date_form %} {% include "wagtailadmin/shared/field_as_li.html" with field=field %} {% endfor %}
{% endblock %}