toggle_off
{% if page != "home" %}
dashboard
{% endif %}
{% if access_group.can_access_user_settings == "True" or access_group.can_access_main_settings == "True" or access_group.can_edit_images == "True" %}
settings
{% endif %}
{% if access_group.can_access_card_editor == "True"%}
aspect_ratio
{% endif %}
{% if access_group.can_access_raw_config == "True"%}
description
{% endif %}
{% if access_group.can_access_docs == "True" %}
info
{% endif %}
{% if current_user.is_authenticated %}
exit_to_app
{% else %}
account_circle
{% endif %}
{{ ActionBar(tags, location="sidenav") }}