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 %}