{% load i18n %} {% for fp in form_pages reversed %} {% with fp.vote_set.all as submissions %} {% with last_submit_time=submissions.last.submit_time participation=fp.specific.get_participation %} {% endwith %} {% endwith %} {% endfor %}
{% trans "Title" %} Réponses Émargement Résultats Agrégés {% trans "Updated" %} Péremption

{{ fp|capfirst }}

{{ participation.expression }} réponse{{ participation.expression|pluralize }} {{ participation.participation }} répondant{{ participation.participation|pluralize }} {{ participation.expression }} réponse{{ participation.expression|pluralize }} {% if last_submit_time %}
{% blocktrans with time_period=last_submit_time|timesince %}{{ time_period }} ago{% endblocktrans %}
{% else %} jamais {% endif %}
{% with peremption=fp.specific.peremption %}
{% now "Ymd" as today %} {% if peremption|date:"Ymd" > today %} dans {{ peremption|timeuntil }} {% else %} {% blocktrans with time_period=peremption|timesince %}{{ time_period }} ago{% endblocktrans %} {% endif %}
{% endwith %}