<%= title l('twofa_label_setup') %> <%= form_tag({ controller: 'twofa', action: 'activate_init' }, method: :post) do %>

<%=l 'twofa_notice_select' -%>

<% Redmine::Twofa.available_schemes.each_with_index do |s, idx| %> <% end %>

<%= submit_tag l(:label_next).html_safe + " »".html_safe -%>

<% end %> <% unless @user.must_activate_twofa? %> <% content_for :sidebar do %> <%= render partial: 'my/sidebar' %> <% end %> <% end %>