{% extends 'scipost/base.html' %} {% block pagetitle %}: submission detail{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block bodysup %} {% if user.is_authenticated %}

SciPost Submission Page   (for papers submitted to SciPost)


Submission:

{{ submission.header_as_table|safe }}

Abstract:

{{ submission.abstract }}

{% if reports %}

Reports on this Submission

{% for report in reports %}

{{ report.id }}

Date: {{ report.date_submitted }}

Strengths:

{{ report.strengths }}

Weaknesses:

{{ report.weaknesses }}

Report:

{{ report.report }}

{% for reply in author_replies %} {% if reply.in_reply_to_report %} {% if reply.in_reply_to_report.id = report.id %}

{{ reply.print_identifier|safe }}

{{ reply.reply_text|linebreaks }}

{% endif %} {% endif %} {% endfor %} {% endfor %}
{% endif %} {% if user.is_authenticated and submission.open_for_reporting and user.contributor.rank > 0 %}

{% endif %} {% include 'scipost/comments_block.html' %} {% if user.is_authenticated and submission.open_for_commenting and user.contributor.rank > 0 %}

Contribute a Comment:

{% csrf_token %} {% load crispy_forms_tags %} {% crispy form %}
{% endif %} {% endif %} {% endblock bodysup %}