{% extends 'base.html.twig' %} {% block title %}Liste{% endblock %} {% block body %}
Id | {{ liste.id }} |
---|---|
Numero | {{ liste.numero }} |
Label | {{ liste.label }} |
Voix2018 | {{ liste.voix2018 }} |
Voix2012 | {{ liste.voix2012 }} |
Prct2018 | {{ liste.prct2018 }} |
Prct2012 | {{ liste.prct2012 }} |
NbSiege | {{ liste.nbSiege }} |