<h3class="text-danger">This is not the editorial page for the current version.</h3>
<p>Please go to the current version's page.</p>
{% endif %}
<pclass="card-text">(go to the <ahref="{% url 'submissions:submission' arxiv_identifier_w_vn_nr=submission.arxiv_identifier_w_vn_nr %}">Submissions Page</a> to view Reports and Comments)</h3>
</div>
</div>
{% if submission.other_versions %}
<h3>Other versions of this Submission exist:</h3>
<divclass="pl-4">
{% for vn in submission.other_versions %}
{% include 'submissions/_submission_version.html' with submission=vn %}
{% endfor %}
</div>
{% endif %}
<h2>Editorial Page for Submission</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 editorial page for the current version.</b></h4>
<p>Please go to the current version's page.</p>
{% endif %}
<pclass="card-text">(go to the <ahref="{% url 'submissions:submission' arxiv_identifier_w_vn_nr=submission.arxiv_identifier_w_vn_nr %}">Submissions Page</a> to view Reports and Comments)</p>
{% if submission.other_versions %}
<h4>Other versions of this Submission exist:</h4>
<div>
{% for vn in submission.other_versions %}
{% include 'submissions/_submission_version.html' with submission=vn %}
{% endfor %}
</div>
</div>
{% endif %}
<divclass="row">
<divclass="col-12">
<h2>Submission</h2>
{% include 'submissions/_submission_summary_short.html' with submission=submission %}
<h3class="mt-4">Submission summary</h3>
{% include 'submissions/_submission_summary_short.html' with submission=submission hide_title=1 %}
<h3>You have an unfinished report for this submission, <ahref="{% url 'submissions:submit_report' arxiv_identifier_w_vn_nr=submission.arxiv_identifier_w_vn_nr %}">finish your report here.</a></h3>
<h4>You have an unfinished report for this submission, <ahref="{% url 'submissions:submit_report' arxiv_identifier_w_vn_nr=submission.arxiv_identifier_w_vn_nr %}">finish your report here.</a></h4>