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

Liste index

{% for liste in listes %} {% else %} {% endfor %}
Id Numero Label Voix2018 Voix2012 Prct2018 Prct2012 NbSiege actions
{{ liste.id }} {{ liste.numero }} {{ liste.label }} {{ liste.voix2018 }} {{ liste.voix2012 }} {{ liste.prct2018 }} {{ liste.prct2012 }} {{ liste.nbSiege }} show edit
no records found
Create new {% endblock %}