{% include 'journals/_publication_card_content.html' with publication=pub %}
{% endfor %}
{% endif %}
{% if submission_authorships_to_claim %}
SciPost Submissions
Potential authorships to claim (auto-detected)
{% for sub in submission_authorships_to_claim %}
{% include 'submissions/_submission_card_content.html' with submission=sub %}
{% endfor %}
{% endif %}
{% if commentary_authorships_to_claim %}
SciPost Commentaries
Potential authorships to claim (auto-detected)
{% for com in commentary_authorships_to_claim %}
{% include 'commentaries/_commentary_card_content.html' with commentary=com %}
{% endfor %}
{% endif %}
{% if thesis_authorships_to_claim %}
SciPost Thesis Links
Potential authorships to claim (auto-detected)
{% for thesis in thesis_authorships_to_claim %}
{% include 'theses/_thesislink_card_content.html' with thesislink=thesis %}
{% endfor %}
{% endif %}
{% if not submission_authorships_to_claim and not commentary_authorships_to_claim and not thesis_authorships_to_claim and not publication_authorships_to_claim %}