{% macro user_settings_menu(placement='global', workspace=none) %} {% if workspace and not workspace.transient %} {{ t('workspace.name.label') }} {{ t('workspace.name.fallback') }} {{ t('common.save') }} {{ t('workspace.remove.action') }} {% endif %} {{ t('app.theme') }} {{ t('app.language') }} {% for code, label in languages.items() %} {{ label }} {% endfor %} {{ t('app.install') }} {% if authenticated %} {{ t('home.logout') }} {% endif %} {% endmacro %}
{{ t('workspace.remove.success') }}