.row .panel.panel-primary .panel-heading h3.panel-title = User.model_name.human(count: 2) table.record-table thead tr th = User.human_attribute_name(:email) th = SpeakerProfile.human_attribute_name(:first_name) th = SpeakerProfile.human_attribute_name(:last_name) th = SpeakerProfile.human_attribute_name(:admin) th tbody = render @users