>
<%= ELECTION_TYPES[method]%> <% if @election.election_method == method %> Selected Method <% else %> Alternative Method <% end %>
<% unless @election.election_method == method -%> <%= render :partial => 'common/result', :object => @results[method]%> <% end -%> <%= render :partial => 'common/methodinfo_' + method, :object => @results[method] %>