{{ nomination.profile }}
(click for details)
{% with nomination.latest_voting_round as round %}
Editorial College: {{ nomination.college.name }}
Voting started: {{ round.voting_opens|date:"Y-m-d" }}
Decision: {% if round.decision.outcome == "elected" %} {{ round.decision.get_outcome_display }} {% elif round.decision.outcome == "notelected" %} {{ round.decision.get_outcome_display }} {% else %} Pending {% endif %}
Deadline: {{ round.voting_deadline|date:"Y-m-d" }}
{% endwith %}