{# @var ea \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext #} {% extends '@EasyAdmin/page/content.html.twig' %} {% block content_title %}{% endblock %} {% block head_javascript %} {{ parent() }} {# #} {% endblock head_javascript %} {% block head_stylesheets %} {{ parent() }} {# #} {% endblock %} {% block main %}
Resultat des votes
{% for thematic, companies in results %}
{{thematic}}
{% for company, nbvote in companies %}
#{{loop.index}} {{company}} : nombre de votes {{nbvote}}
{% endfor %}
{% endfor %}
{% endblock %}