{% extends "wagtailadmin/base.html" %} {% load static i18n accessors %} {% block titletag %}Résultats pour « {{ object.title }} »{% endblock %} {% block content %}
{% if results %}
{% for field, field_results in results.items %} {% for choice, count in field_results %} {% endfor %} {% endfor %}
Champs de formulaire Occurences Valeurs

{{ field | title }}

{{ count }}{{ choice | default_if_none:"Aucun(e)" }}
{% else %}

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

{% endif %}
{% endblock %}