<h3class="text-danger">This is not the current version.</h3>
{% endif %}
{% if submission.editor_in_charge and request.user.contributor == submission.editor_in_charge %}
<h3>(You are the Editor-in-charge, go to the <ahref="{% url 'submissions:editorial_page' arxiv_identifier_w_vn_nr=submission.arxiv_identifier_w_vn_nr %}">Editorial Page</a> to take editorial actions)</h3>
{% endif %}
</div>
</div>
<h2>SciPost Submission Page</h2>
<h1class="text-primary">{{submission.title}}</h1>
<h3>by {{submission.author_list}}</h3>
{% if not submission.is_current %}
<h4class="text-danger"><b>This is not the current version.</b></h4>
{% endif %}
{% if submission.editor_in_charge and request.user.contributor == submission.editor_in_charge %}
<h4>(You are the Editor-in-charge, go to the <ahref="{% url 'submissions:editorial_page' arxiv_identifier_w_vn_nr=submission.arxiv_identifier_w_vn_nr %}">Editorial Page</a> to take editorial actions)</h4>
{% endif %}
{% if submission.other_versions %}
<h3>Other versions of this Submission (with Reports) exist:</h3>
<divclass="pl-4">
<h4>Other versions of this Submission (with Reports) exist:</h4>
<div>
{% for vn in submission.other_versions %}
{% include 'submissions/_submission_version.html' with submission=vn %}
{% endfor %}
...
...
@@ -54,7 +63,8 @@
<divclass="row">
<divclass="col-12">
{% include 'submissions/_submission_summary.html' with submission=submission %}
<h3class="mt-3">Submission summary</h3>
{% include 'submissions/_submission_summary.html' with submission=submission hide_title=1 %}
{% include 'submissions/_submission_status_block.html' with submission=submission %}