<%= 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' %>
<%- if flash[:must_select] %>
⚠️ <%= t 'safe_mode.must_select' %>
<%- end %>
<% end %>