<%= t 'safe_mode.description' %>
<%= check_box_tag 'no_customizations', true, !flash[:must_select]%> <%= t 'safe_mode.no_customizations' %>
<%= check_box_tag 'only_official', true, !flash[:must_select] %> <%= t 'safe_mode.only_official' %>
<%= check_box_tag 'no_plugins', true, !flash[:must_select] %> <%= t 'safe_mode.no_plugins' %>
<%= submit_tag t('safe_mode.enter'), class: 'btn btn-danger' %> <%- if flash[:must_select] %> <%= t 'safe_mode.must_select' %> <%- end %>