{% if navMenu|length > 0 %} {% endif %} {% if extendVisit %} {{ 'Dashboard' | xlt }} {% endif %} {% if navMenu|length > 0 %}
    {% for item in navMenu %}
  • {% if item.icon %} {% endif %} {{ item.label | text }} {% if item.messageCount %} {% endif %} {% if item.children | length > 0 %}
      {% for child in item.children %} {% if not child.hide %}
    • {% if child.icon %} {% endif %} {{ child.label | text }} {% if child.messageCount > 0 %} {{ child.messageCount | text }} {% endif %}
    • {% endif %} {% endfor %}
    {% endif %}
  • {% endfor %}
{% endif %}