<% content_for :title, t(".edit_profile") %>

<%= t(".edit_profile") %>

<%= render partial: "users/form", locals: { user: @user, button_text: t(".update_profile") } %>
<%= link_to t(".update_password"), edit_user_password_path(Current.user) %>