% loop Candidate %>
$Member.Name has $Nominations.Count nomination<% if CountNominations = 1 %><% else %>s<% end_if %>.
<% loop Nominations %>
- Nominated by $Member.Name on $Created.Month $Created.format(d), $Created.Year
<% end_loop %>
<% if MoreThanTen %>
This candidate has enough nominations to appaer on the election ballet.
<% else %>
This candidate needs at least 10 nominations to appear on the election ballet.
<% end_if %>
Done Nominate Someone Else
<% end_loop %>