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

Commune

Id {{ commune.id }}
Label {{ commune.label }}
NbInscrits {{ commune.nbInscrits }}
NbBureaux {{ commune.nbBureaux }}
NbBureauxDepouilles {{ commune.nbBureauxDepouilles }}
NbVote {{ commune.nbVote }}
NbBlancs {{ commune.nbBlancs }}

Liste index

{% for liste in commune.listes %} {% else %} {% endfor %}
Id Name voix 2018 voix 2012 prct2018 prct 2012 actions
{{ liste.id }} {{ liste.label }} {{ liste.voix2018 }} {{ liste.voix2012 }} {{ liste.prct2018 }} {{ liste.prct2012 }} show edit
no records found
back to list edit {{ include('commune/_delete_form.html.twig') }} {% endblock %}