{{ round.nomination.profile }}
(click for details)
Editorial College: {{ round.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" }}