{% load staticfiles %} {% load notifications_tags %} {% load scipost_extras %} 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 user.contributor.fellowships.active.exists %} · Submissions Pool {% endif %} · My Personal Page {% 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 %}