<%= t('storage') %>
<% value = @storage_value %>
<% configs = value['configs'] || {} %>
<% if @env_storage_service.present? %>
<%= svg_icon('info_circle', class: 'stroke-current flex-shrink-0 w-6 h-6') %>
<%= t('storage_settings_are_managed_by_environment_variables') %>
<%= t('storage_provider_is_configured_by_env_var_html', service: @env_storage_service_label, variable: @env_storage_env_var) %>
<%= t('update_environment_variables_and_restart_the_app_to_change_storage') %>
<% end %>
<%= form_for @encrypted_config, url: settings_storage_index_path, method: :post, html: { autocomplete: 'off', class: 'w-full' } do |f| %>
<% end %>