<%= title l(:label_confirmation) %> <%= form_tag user_path(@user), method: :delete do %>

<%= @user.name %> (<%= @user.login %>)

<%= l :text_user_destroy_confirmation, login: @user.login %>

<%= text_field_tag 'confirm' %>

<%= submit_tag l(:button_delete) %> <%= submit_tag l(:button_lock), name: 'lock' unless @user.locked? %> <%= link_to l(:button_cancel), users_path %>

<% end %>