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

Liste

Id {{ liste.id }}
Numero {{ liste.numero }}
Label {{ liste.label }}
Voix2018 {{ liste.voix2018 }}
Voix2012 {{ liste.voix2012 }}
Prct2018 {{ liste.prct2018 }}
Prct2012 {{ liste.prct2012 }}
NbSiege {{ liste.nbSiege }}
back to list edit {{ include('liste/_delete_form.html.twig') }} {% endblock %}