{% for root in children %} {% if root.children %}
  • {{ root.title }}
  • {% else %}
  • {{ root.title }}
  • {% endif %} {% endfor %} {% if perms.core.change_tablet %}
  • Tablets
  • {% endif %} {% if perms.core.change_user %}
  • Usuários
  • {% endif %}