{% 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 %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}