
{{ site_title }}
{% if not app_settings.SINGLE_TEAM %}
Teams
{% endif %}
Projects
{% if project %}
Issues ({{ project.name }})
{% endif %}
{% if app_settings.USE_ADMIN and user.is_staff %}
Admin
{% endif %}
{% if user.is_superuser %}
Users
Tokens
{% endif %}
{% if logged_in_user.is_anonymous %}
Login
{# I don't think this is actually ever shown in practice, because you must always be logged in #}
{% else %}
Preferences
{% endif %}
{{ system_warning.message }}
{% if system_warning.ignore_url %}
{# the button adds some undesired padding; leaving it for now #}
{% endif %}
Foo bar baz
{# heroicon's x-circle #}
{% block content %}{% endblock %}