{% load user_groups %} {% is_ed_admin request.user as is_ed_admin %}
{% if is_ed_admin %}
{% include "error_hover_explainer.html" with notes=nomination.edadmin_notes %}
{% endif %}
{{ 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 %}
{% 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 %}
{% if nomination.latest_voting_round %}
{% include "colleges/_hx_voting_round_summary.html" with round=nomination.latest_voting_round %}
{% else %}
{% if not nomination.profile.specialties.all %} No specialties defined yet {% else %} No rounds created yet {% endif %}
{% endif %}