{% extends 'scipost/base.html' %} {% load scipost_extras %} {% load submissions_extras %} {% load bootstrap %} {% block pagetitle %} Submission: {{ submission.title|truncatechars:40 }}{% endblock pagetitle %} {% block breadcrumb %}
{% endblock %} {% block content %}
{% if submission.editor_in_charge and request.user.contributor == submission.editor_in_charge %}
- You are the Editor-in-charge, go to the Editorial Page to take editorial actions
{% endif %}
{% if unfinished_report_for_user %}
- ! You have an unfinished report for this submission, finish your report here.
{% endif %}
{% if not submission.is_current %}
- This is not the current version.
{% endif %}