{% extends 'scipost/base.html' %} {% block pagetitle %}: authorship claims{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block bodysup %}

Contributor Authorship Claims

{% if submission_authorships_to_claim %}

SciPost Submissions

Potential authorships to claim (auto-detected)

{% endif %} {% if commentary_authorships_to_claim %}

SciPost Commentaries

Potential authorships to claim (auto-detected)

{% endif %} {% if thesis_authorships_to_claim %}

SciPost Thesis Links

Potential authorships to claim (auto-detected)

{% endif %} {% if not submission_authorships_to_claim and not commentary_authorships_to_claim and not thesis_authorships_to_claim %}

You have no authorships to claim

{% endif %}
{% endblock bodysup %}