{% extends 'base.html.twig' %} {%block main_content%} {%if matching_lists is defined %} {% if is_granted('ROLE_MATCHING_LIST_CREATOR') %} {% endif %} {%if matching_lists|length > 0%} {%set class='even'%} {%for matchingList in matching_lists%} {%if class=='even'%}{%set class='odd'%}{%else%}{%set class='even'%}{%endif%} {%endfor%}
{{'List name'|trans}} {{'Value count'|trans}}  
{{matchingList.name}} {{matchingList.list|jsonDecode|length}}
{%endif%} {%endif%} {%if form is defined%} {{form(form, {'attr': {'id': 'form_matching_list'}})}} {%endif%} {%endblock%}