Personal Information <%= f.input :name %> <%= f.input :title, label: 'Job Title' %> <%= f.input :personal_webpage %> <%= f.input :blog %>
Contact Information <% if devise_mapping.confirmable? && resource.pending_reconfirmation? %>

Currently waiting confirmation for: <%= resource.unconfirmed_email %>

<% end %> <%= f.input :email, as: :email, required: true %> <%= f.input :alternate_email, as: :email %> <%= f.input :campus_phone_number, as: :tel %> <%= f.input :alternate_phone_number, as: :tel %>
Attach <%= current_user.manager? ? User.find(params[:id]).name + "'s" : 'your' %> profile image <%= f.input :files, as: :file, label: 'Upload the file' %>