{% set user_can = user.can('system_manage_menu') %}
| Icon | {% for lang in localization.language %}Caption ({{ lang }}) | {% endfor %}Link | RBAC | Permission | Position | Visiblity | Action |
|---|---|---|---|---|---|---|---|
| {% if item['icon'] is not empty %} {% endif %} | {% for code in localization.language|keys %}{{ item['content']['title'][code] }} | {% endfor %}{% if item['href'] is not empty %} {{ item['href'] }} {% endif %} | {{ item['alias'] }} | {{ item['permission'] }} | {{ item['position'] }} | {% if item['is_visible'] %} {% else %} {% endif %} | {% if user_can %} {% endif %} |