{{ nomination.profile }}
nominated by
{{ nomination.nominated_by.profile.full_name }}
Editorial college
{{ nomination.college.name }}
Specialties
{% for specialty in nomination.profile.specialties.all %} {{ specialty.code }} {% empty %} None {% endfor %}
Last event
{{ nomination.events.latest.on|date:'Y-m-d' }} - {{ nomination.events.latest.description }}
{% if nomination.invitation %} Invitation status
{{ nomination.invitation.get_response_display }}
{% else %} Publications
{{ nomination.profile.publications.all.count }}
Total rounds
{{ nomination.voting_rounds.all.count }}
{% endif %}
{% if nomination.latest_voting_round %} {% include "colleges/_hx_voting_round_summary.html" with round=nomination.latest_voting_round %} {% else %}
No rounds created yet
{% endif %}