{% set host_shell = tapdb_host_shell(request) %}
{% if host_shell.shell_title %}{{ host_shell.shell_title }} ยท {% endif %}{% block title %}TAPDB Admin{% endblock %}
{% for stylesheet in host_shell.extra_stylesheets %}
{% endfor %} {% block head %}{% endblock %}
{% if host_shell.active %}{{ host_shell.app_name }} / {% endif %}๐๏ธ TAPDB
{% for nav in host_shell.nav_links %}
{{ nav.label }}
{% endfor %}
Home
Templates
Instances
Lineages
Graph
Query
Admin
{% if user %}
{{ user.display_name or user.username }}
{{ user.role }}
{% if host_shell.change_password_url %}
๐
{% else %}
๐
{% endif %}
Logout
{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}