Reputations list

<% @wow_reputations.each do |reputation| %> <% end %>
<%= t('wow_reputations.reputation_list.name') %> <%= t('wow_reputations.reputation_list.description') %> <%= t('wow_reputations.reputation_list.highest_reputation_character') %>
<%= reputation.name %> <%= reputation.description %> <%= render partial: 'wow_reputations/standing', locals: { standing: reputation.wow_standings.joins(:wow_character).where(wow_character: { user: current_user }).order(raw: :desc).first } %>
<%== pagy_bootstrap_nav(@pagy) %>