% content_for :meta_title, @member.name %>
<% content_for :meta_description, "Public profile for #{@member.name}" %>
<% if student.other_name.present? %>
<%= student.other_name %>
<%= student.name %>
<% else %>
<%= student.name %>
<% end %>
<%= render 'profiles/custom_public_profile_attributes' %>
<%= render 'admin_context_menu', member: @member %>