{% if admin.hasroute('list') and admin.isGranted('LIST')%} {% set transDomain = 'CommonTrans' %} {% if customTransDomain is defined %} {% set transDomain = customTransDomain %} {% endif %} {% if display is not defined %} {% set display = '' %} {% endif %} {% if topList is defined and topList == true %}
  • {% endif %} {% if display == 'button' %} {{ icon('list') }}  {{ 'link_action_list'|trans({}, transDomain) }} {% elseif display == 'dropdown' %} {{ icon('list') }} {{ 'link_action_list'|trans({}, 'CommonTrans') }} {% endif %} {% if topList is defined and topList == true %}
  • {% endif %} {% endif %}