{% extends 'base.html.twig' %} {% block title %}Commune index{% endblock %} {% block body %}

Commune index

{% for commune in communes %} {% else %} {% endfor %}
Id Label NbInscrits NbBureaux NbBureauxDepouilles NbVote NbBlancs actions
{{ commune.id }} {{ commune.label }} {{ commune.nbInscrits }} {{ commune.nbBureaux }} {{ commune.nbBureauxDepouilles }} {{ commune.nbVote }} {{ commune.nbBlancs }} show edit
no records found
Create new {% endblock %}