Editorial college
{{ nomination.college.name }}
Specialties
{% for specialty in nomination.profile.specialties.all %}
{{ specialty.code }}
{% empty %}
None
{% endfor %}
{% if is_ed_admin %}
Last event
-
{{ nomination.events.latest.description|truncatechars:40 }}
{% endif %}
{% if nomination.invitation %}
Invitation status
{{ nomination.invitation.get_response_display }}
{% if nomination.invitation.postponement_date %}
-
{% endif %}
{% else %}
Publications
{{ nomination.profile.publications.all.count }}
Total rounds
{{ nomination.voting_rounds.all.count }}
{% endif %}