{# Brand #} {% set brand = app.session.get('brand') %}
Catálogo
Pedidos Web

{{ brand.getName }}

{{ app.user.getName }}

{{ app.user.getName }}

{{ app.user.getEmail }}
{# Menu #}
    {# Dashboard #}
  • {{ 'Dashboard'|trans }}

  • {# Arbol #} {% set tree = app.session.get('tree') %} {% for node in tree %} {% if node.issummary %} {% if node.childnodes is defined %}
  • {{ node.name }}

      {% for child in node.childnodes %}
    • {{ child.name }}

    • {% endfor %}
  • {% endif %} {% else %}
  • {{ node.name }}

  • {% endif %} {% endfor %}
{# Sidebar Tools #}
    {# Logout #}
  • {# Org #}
  • {# User #}
  • {# Dashboard #}