{% extends 'scipost/base.html' %} {% block pagetitle %}: personal page{% endblock pagetitle %} {% block headsup %} {% load scipost_extras %} {% endblock headsup %} {% block bodysup %} {% if not request.user|is_in_group:'Registered Contributors' %}

Your credentials will soon be verified by an Editor.

If accepted, you will become a registered Contributor, enabling you to submit, comment and vote.

{% else %}

Welcome to your SciPost Personal Page, {{ user.username }}


Your Account

Your personal details

{{ contributor.private_info_as_table|safe }}
{% if request.user|is_in_group:'SciPost Administrators' %}

You are a SciPost Administrator.

{% endif %} {% if request.user|is_in_group:'Advisory Board' %}

You are a member of the Advisory Board.

{% endif %} {% if request.user|is_in_group:'Editorial College' %}

You are a member of the Editorial College.

{% endif %} {% if request.user|is_in_group:'Vetting Editors' %}

You are a SciPost Vetting Editor.

{% endif %} {% if request.user|is_in_group:'Registered Contributors' %}

You are a Registered Contributor.

{% endif %}

Update your personal data or password

{% if request.user|is_in_group:'SciPost Administrators' or request.user|is_in_group:'Editorial College' or request.user|is_in_group:'Vetting Editors' %}

Pending Editorial Actions


{% if request.user|is_in_group:'SciPost Administrators' %}

Registration actions

{% endif %}

Vetting actions

{% if request.user|is_in_group:'SciPost Administrators' or request.user|is_in_group:'Editorial College' %}

Submissions processing

{% endif %}
{% endif %}

Submissions

{% if own_submissions %}

Submissions for which you are identified as an author:

{% endif %}

Commentaries

{% if own_commentaries %}

Commentaries for which you are identified as an author:

{% endif %}

Theses

{% if own_thesislinks %}

Theses for which you are identified as an author:

{% endif %}
{% if own_comments %}

Your Comments

{% endif %} {% if own_authorreplies %}

Your Author Replies

{% endif %} {% endif %} {% endblock bodysup %}