{% set _ps = profile_switcher_data() %}
{% if _ps.show_switcher %}
{% with accounts=_ps.accounts, account_profiles=_ps.account_profiles, profile=_ps.profile %}
{% include "_profile_switcher.html" %}
{% endwith %}
{% endif %}
{% block topbar_right %}{% endblock %}
{% block content %}{% endblock %}
{% include "_settings_drawer.html" %}
{% set _fvm = first_visit_modal_data() %}
{% if _fvm.show_modal %}
{% with accounts=_fvm.accounts %}
{% include "_profile_picker_modal.html" %}
{% endwith %}
{% endif %}