{% load i18n %}
{% 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 %}
|