Account
{% if "scipost_admin" in user_roles or "finadmin" in user_roles or perms.scipost.can_vet_registration_requests %}
Admin
{% endif %}
{% if "scipost_admin" in user_roles or "edadmin" in user_roles or "active_fellow" in user_roles or "advisory_board" in user_roles or "vetting_editor" in user_roles or "ambassador" in user_roles or "junior_ambassador" in user_roles %}
Editorial Actions
{% endif %}
{% if perms.scipost.can_referee %}
Refereeing
{% endif %}
Publications
Submissions
Commentaries
Theses
{% with contributor.comments.regular_comments as regular_comments %}
{% if regular_comments %}
{% with regular_comments.awaiting_vetting.count as count %}
Comments{% if count %} ({{count}} unvetted){% endif %}
{% endwith %}
{% endif %}
{% endwith %}
{% with contributor.comments.author_replies as replies %}
{% if replies %}
{% with replies.awaiting_vetting.count as count %}
Author Replies{% if count %} ({{count}} unvetted){% endif %}
{% endwith %}
{% endif %}
{% endwith %}