{% load request_filters %} {% load staticfiles %} {% load notifications_tags %} {% load scipost_extras %} {% load user_groups %} {% is_editorial_college request.user as is_editorial_college %} Home Journals Publications Submissions Commentaries Theses {% if user.is_authenticated %} Welcome {% if user.last_name %}{% if user.contributor %}{{ user.contributor.get_title_display }} {% endif %}{{ user.first_name }} {{ user.last_name }}{% else %}{{ user.username }}{% endif %} {% if request.user.contributor and not request.user.contributor.is_currently_available %} {% endif %} {% if user.contributor %} {% if is_editorial_college %} · Submissions Pool {% endif %} · My Personal Page {% if perms.scipost.can_view_production %} · Production {% endif %} {% endif %} {% if user.partner_contact %} · Partner Page → {% endif %} · Notifications {% live_notify_badge classes="badge badge-pill" %} {% live_notify_list %} · Logout {% else %} Login or register {% endif %}