{% 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" %}
{% if sw_name|lower != "freenas" %}

Guide
User Guide (HTML)
User Guide (PDF)
{% else %}

{% trans "Guide" %}
{% endif %}

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

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