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

Canton index

{% for canton in cantons %} {% else %} {% endfor %}
Id Label NbBureaux NbBureauxDepouilles NbInscrits NbVote NbVoteBlancs actions
{{ canton.id }} {{ canton.label }} {{ canton.nbBureaux }} {{ canton.nbBureauxDepouilles }} {{ canton.nbInscrits }} {{ canton.nbVote }} {{ canton.nbVoteBlancs }} show edit
no records found
Create new {% endblock %}