Bossfight: <%= @username %>
<% if @first_negative %>
Raider who broke the walls: <%= @first_negative.attacker %>
<%end%>
<% if @soldiers_lost_to_date %>
Soliders killed before walls broken: <%= readable_number(@soldiers_lost_to_date) %>
<% end %>
<% require 'pp' %>
<% pp @contributers %>