{% set shell = tapdb_gui_host_shell(request) %}
{% block title %}TapDB{% endblock %}
{% for stylesheet in shell.extra_stylesheets %}
{% endfor %} {% block head %}{% endblock %}
{% if shell.active and shell.app_name %}{{ shell.app_name }} / {% endif %}TapDB
{% for nav in tapdb_gui_nav_links(request, shell) %}
{{ nav.label }}
{% endfor %}
{{ user.display_name or user.username }} ยท {{ user.role }}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}