{% if user.is_authenticated %}

{% trans "Account" %}

{% trans "System" %}

{% trans "Tasks" %}

{% trans "Network" %}

{% trans "Storage" %}

{% trans "Directory" %}

{% trans "Sharing" %}

{% trans "Services" %}
{% for menu in menu_hook %}
{% if menu.img %} {{ menu.img|safe }} {% else %} {% if menu.icon %}
{% endif %} {% endif %} {{ menu.name|safe }}
{% endfor %}
{% trans "Alert" %}

{% trans "Guide" %}

{% trans "Support" %}
{% else %}

{% trans "Log In" %}
{% endif %}