dossier
{% from "_shell.html" import primary_navigation, work_navigation, project_switcher, user_menu with context %}
{% if shell is defined %}
{{ primary_navigation(shell) }}
{% else %}
{% endif %}
{% if actor %}
{{ user_menu(actor, csrf_token) }}
{% endif %}
{% if shell is not defined or shell.area.value == "work" %}{{ work_navigation() }}{% endif %}
{{ project_switcher(projects, current_project|default(None)) }}