{% load i18n %} {% load gravatar %} {% load static %} {% comment %} Submenus of the user dropdown and the mobile viewport hamburger menus. {% endcomment %}
{% trans 'Navigation' %}
{% trans "Projects" %} {% if USE_ORGANIZATIONS %} {% trans "Organizations" %} {% endif %}
{% trans 'Signed in as:' %} {{ request.user }}
{% trans 'Settings' %} {# href="{% url 'account_logout' %}"> #} {% trans 'Log out' %}
{% csrf_token %}
{% trans 'Help' %}
{% trans 'Support' %} {% trans 'Docs' %} {% trans 'Getting started' %} {% block menu_help_status %} {% trans 'Status' %} {% if has_status_check %} {# TODO get some data from status page API to light this up #} Online {% else %} {% endif %} {% endblock menu_help_status %}