<%= t 'safe_mode.title'%>
<%= form_tag(safe_mode_enter_path) do %>
<%= t 'safe_mode.description' %>
<%= t 'safe_mode.deprecation_error_description' %>
<%= submit_tag t('safe_mode.enter'), class: 'btn btn-danger', id: "btn-enter-safe-mode" %>
<%- if flash[:must_select] %>
⚠️ <%= t 'safe_mode.must_select' %>
<%- end %>
<% end %>