{% if tabUrls is not empty %} {% for routeName, url in tabUrls %}
  • {{ ("panel.tab_" ~ routeName)|trans({}, translationDomain)|lower|capitalize }}
  • {% endfor %} {% endif %}