Upcoming Matches
<%= render :partial => "matches/match", :locals => {:matches => @matches.unfinished.chrono} %>
Recent Matches
<%= render :partial => "matches/match", :locals => {:matches => @matches.realfinished.reverse_order.chrono} %>
Your Matches (<%= if cuser then @matches.of_user(cuser).count else 0 end %>)
<% if cuser then %>
<%= render :partial => "matches/match", :locals => {:matches => @matches.of_user(cuser).reverse_order.chrono} %>
<% end %>