{% if branding %} {% else %} {% endif %} {% if authenticated is sameas true %}
    {% if admin %} {% with href="/result/all", tooltip="Results", icon="icon_doc" %} {% include "partials/tab.html" %} {% endwith %} {% with href="/questionaire/all", tooltip="Questionaire", icon="icon_charts" %} {% include "partials/tab.html" %} {% endwith %} {% with href="/comments", tooltip="Comments", icon="icon_chat" %} {% include "partials/tab.html" %} {% endwith %} {% endif %} {% if url_documentation %} {% with href="/access#docs", tooltip="Documentation", icon="icon_doc" %} {% include "partials/tab.html" %} {% endwith %} {% endif %} {% if url_exercises %} {% with href="/access#exercises", tooltip="Exercises", icon="icon_play" %} {% include "partials/tab.html" %} {% endwith %} {% endif %} {% if url_presentations %} {% with href="/access#presentations", tooltip="Presentations", icon="icon_slides" %} {% include "partials/tab.html" %} {% endwith %} {% endif %} {% for site in staticsites %} {% with href="/access#"+site.id, tooltip=site.title, icon=site.icon %} {% include "partials/tab.html" %} {% endwith %} {% endfor %} {% if vnc_clients %} {% for vnc_client, client_info in vnc_clients.items() %}
  • {% if vnc_clients | length > 1 %}
    {{ loop.index }}
    {% endif %}
  • {% endfor %} {% endif %}
{% endif %} {% if authenticated is sameas true %}
{% endif %} {% if chat %}
{% endif %}