<% if @wow_character.wow_character_medium %> class="card-img-top" alt="character-main-image"> <% end %>
<%= wow_character_title_name(@wow_character) %>

<%= gender_race_name(@wow_character.gender, @wow_character.wow_race) %>

<%= gender_class_name(@wow_character.gender, @wow_character.wow_class) %>

Last connection: <%= @wow_character.last_login_timestamp %>

Last position: Map: <%= @wow_character.last_position.wow_geo_map.name %> Zone: <%= @wow_character.last_position.wow_geo_zone.name %>

Bind position: Map: <%= @wow_character.bind_position.wow_geo_map.name %> Zone: <%= @wow_character.bind_position.wow_geo_zone.name %>

Go somewhere
<%= render partial: 'wow_characters/reputations', locals: { standings: @wow_character.wow_standings.group_by { |standing| standing.wow_reputation.meta_wow_reputation_id }, meta_wow_reputations: @meta_wow_reputations } %>