{% extends 'base.html.twig' %} {% block title %}Elections 2018 - Encodage!{% endblock %} {% block body %}
Distict:   -   Communes:   -   Provinces:
{% for c in districts %}

{{c}}

({{c.nbInscrits}} inscrits) JSON
/{{c.nbBureaux}} bureaux dépouillés
votes valables
votes blancs
{% for l in c.listes %} {% endfor %}
Liste Voix % siege
{{l.numero}} {{l.label}}
{% endfor %} {% for c in communes %}

{{c}}

({{c.nbInscrits}} inscrits) JSON
/{{c.nbBureaux}} bureaux dépouillés
votes valables
votes blancs
{% for l in c.listes %} {% endfor %}
Liste Voix % siege
{{l.numero}} {{l.label}}
{% endfor %} {% for p in provinces %}

{{p}}

{% for l in p.listes %} {% endfor %}
Liste Voix %
{{l.numero}} {{l.label}}
{% endfor %} {% endblock %} {% block javascripts %} {% endblock %}