{% extends "base.html" %}
{% import "macros/views.html" as macros with context %}
{% if is_auth_enabled and not request.state.is_anonymous %}
{% set current_user = request.state.admin_user %}
{% endif %}
{% block body %}
{% block sidebar %}
{% endblock %}
{% block navbar %}
{% if current_user or i18n_config.language_switcher or (timezone_config and timezone_config.timezone_switcher) %}