{% extends "htmx_base.html" %} {% load static %} {% block header %} {% block logo %} {% endblock logo %} {% block navlinks %} Incidents Timeslots Profiles {% endblock navlinks %} {% block userlink %} {% if request.user.is_authenticated %} {{ request.user|make_list|first }} Logged in as: {{ request.user }} {% include 'htmx/themes/theme_dropdown.html' %} {% include 'htmx/dateformat/_dateformat_dropdown.html' %} {% csrf_token %} Log out {% else %} Log in {% endif %} {% endblock %} {% endblock header %}