{% if vote_object %}

You have previously voted: {{ vote_object.get_vote_display }}.

{% else %}

You have not yet voted on this Nomination.

{% endif %}
{% include "colleges/_voting_results_box.html" with voting_round=voting_round %}