Dernier resencement
{% if this.currentCensus %}
{{ this.currentCensus.numberMale }}.
{{ this.currentCensus.numberFemale }}.
{{ this.currentCensus.numberInconnu }}
(le
{{ this.currentCensus.realisedAt|date('d/m/Y') }})
{% else %}
Pas de recensement enregistré
{% endif %}
{% if this.censusList|length > 1 %}
{% if this.index == 0 %}
{% endif %}
{% if this.index == this.censusList|length - 1 %}
{% endif %}
{% endif %}