{% block userlink %}
{% if request.user.is_authenticated %}
{{ request.user|make_list|first }}
- {% include "htmx/themes/_theme_dropdown.html" %}
- {% include "htmx/dateformat/_dateformat_dropdown.html" %}
-
Preferences…
-
Destinations
-
{% else %}
Log in
{% endif %}
{% endblock userlink %}