• <%= svg_icon('arrow_left', class: 'w-4 h-4 stroke-2') %><%= t('back') %>
  • <%= t('settings') %>
  • <%= link_to t('profile'), settings_profile_index_path, class: 'text-base hover:bg-base-300' %>
  • <%= link_to t('account'), settings_account_path, class: 'text-base hover:bg-base-300' %>
  • <% unless Docuseal.multitenant? %> <% if can?(:read, EncryptedConfig.new(key: EncryptedConfig::EMAIL_SMTP_KEY, account: current_account)) && ENV['SMTP_ADDRESS'].blank? && true_user == current_user %>
  • <%= link_to t('email'), settings_email_index_path, class: 'text-base hover:bg-base-300' %>
  • <% end %> <% if can?(:read, EncryptedConfig.new(key: EncryptedConfig::FILES_STORAGE_KEY, account: current_account)) && true_user == current_user %>
  • <%= link_to t('storage'), settings_storage_index_path, class: 'text-base hover:bg-base-300' %>
  • <% end %> <% end %> <% if can?(:read, AccountConfig) %>
  • <%= link_to t('notifications'), settings_notifications_path, class: 'text-base hover:bg-base-300' %>
  • <% end %> <% if can?(:read, EncryptedConfig.new(key: EncryptedConfig::ESIGN_CERTS_KEY, account: current_account)) %>
  • <%= link_to t('e_signature'), settings_esign_path, class: 'text-base hover:bg-base-300' %>
  • <% end %> <% if can?(:read, AccountConfig) %>
  • <%= link_to t('personalization'), settings_personalization_path, class: 'text-base hover:bg-base-300' %>
  • <% end %> <% if can?(:read, User) %>
  • <%= link_to t('users'), settings_users_path, class: 'text-base hover:bg-base-300' %>
  • <% end %> <%= render 'shared/settings_nav_extra' %>