<% content_for :section_title, "Edit: #{@user.name}" %>
<%= render partial: 'form', locals: {user: @user, action: admin_update_user_path } %>