{% 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%}{{'List name'|trans}} | {{'Value count'|trans}} | |
---|---|---|
{{matchingList.name}} | {{matchingList.list|jsonDecode|length}} |
|