{% extends 'base.html.twig' %} {% block title %}Commune index{% endblock %} {% block body %}
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 |