{% load static %} {% block extra_head %}{% endblock %} {% with show_autofill_toggle=show_autofill_toggle %} {% include 'includes/titlebar.html' %} {% endwith %}
{% include 'includes/sidebar_items.html' %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %} {% if request.resolver_match.url_name != 'login' %} {% include 'includes/tutorial.html' %} {% endif %}