{% extends "wagtailforms/submissions_index.html" %} {% load i18n wagtailadmin_tags accessors %} {% block titletag %}Émargement pour « {{ object.title }} »{% endblock %} {% block extra_js %} {% endblock %} {% block content %} {% fragment as form_actions %} {% icon name="download" wrapped=1 %}{% trans 'Download CSV' %} {% endfragment %} {% include "includes/participation_header.html" with classname="w-header--no-border" title="Émargement pour" subtitle=object.title|capfirst icon="form" merged=1 extra_actions=form_actions form_page=object %}
{% if attendees.emargement %} {% for field in attendees.basic_fields %} {% endfor %} {% with field="courriels" %} {% endwith %} {% for field in attendees.extended_fields %} {% endfor %} {% for pouvoir_data in attendees.emargement_with_data %} {% for field in pouvoir_data %} {% endfor %} {% endfor %}
{{ attendees.emargement.model | verbose_fieldname:field | default_if_none:'-' | title }} {{ field | title }} {{ field | title }}
{{ field | default_if_none:'-' | truncatechars:100 }}
{% else %}

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

{% endif %}
{% endblock %}