{% load static tailwind_tags version %} {% block title %}{{ site_title }}{% endblock %} {% tailwind_preload_css %} {% tailwind_css %}
Bugsink logo
{{ 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
{% 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
{% csrf_token %}
{% endif %}
{% if show_free_version_message %}
This is the free version of Bugsink; usage is limited to a single user for local development only. Using this software in production requires a paid licence.
{% endif %} {% comment %} {# for use when we introduce a notification system #}
Foo bar baz
{# heroicon's x-circle #}
{% endcomment %}
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %}