<% expanded = local_assigns[:expanded] %>
<% unless expanded %>
<%= svg_icon('arrow_left', class: 'w-4 h-4 stroke-2') %> <%= t('settings') %>
<% end %>
<% if Docuseal.multitenant? || cannot?(:manage, :tenants) %>
<%= t('need_help_ask_a_question_') %>
<%= Docuseal::SUPPORT_EMAIL %> <% if Docuseal.version.present? && !Docuseal.multitenant? && can?(:manage, EncryptedConfig) %> v<%= Docuseal.version %> <% end %>
<% end %>