{% 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 Toggle reports view {% 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.id = report.id %} {{ reply.print_identifier|safe }} {{ reply.reply_text|linebreaks }} {% endif %} {% endfor %} {% if user.is_authenticated and user.contributor.rank > 0 %} Reply to this Report (Author) {% endif %} {% endfor %} {% endif %} {% if user.is_authenticated and submission.open_for_reporting and user.contributor.rank > 0 %} Contribute a Report {% endif %} {% if comments %} Comments on this Submission Toggle comments view {% for comment in comments %} {{ comment.print_identifier|safe }} Category: {% if comment.is_rem %}remark{% endif %} {% if comment.is_que %}question{% endif %} {% if comment.is_ans %}answer to question{% endif %} {% if comment.is_obj %}objection{% endif %} {% if comment.is_rep %}reply to objection{% endif %} {% if comment.is_val %}validation or rederivation{% endif %} {% if comment.is_lit %}pointer to related literature{% endif %} {% if comment.is_sug %}suggestion for further work{% endif %} {% if user.is_authenticated and user.contributor.rank > 0 %} {% csrf_token %} {{ opinion_form }} {% endif %} {{ comment.opinions_as_ul|safe }} {{ comment.comment_text|linebreaks }} {% for reply in author_replies %} {% if reply.in_reply_to_comment.id = comment.id %} {{ reply.print_identifier|safe }} {{ reply.reply_text|linebreaks }} {% endif %} {% endfor %} {% if user.is_authenticated and user.contributor.rank > 0 %} Reply to this comment (Author) Reply to this comment (Contributor) {% endif %} {% endfor %} {% endif %} {% 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 %}
{{ submission.abstract }}
Strengths:
{{ report.strengths }}
Weaknesses:
{{ report.weaknesses }}
Report:
{{ report.report }}
{{ reply.reply_text|linebreaks }}
{{ comment.comment_text|linebreaks }}
Category:
{% if comment.is_rem %}- remark
{% endif %}
{% if comment.is_que %}- question
{% endif %}
{% if comment.is_ans %}- answer to question
{% endif %}
{% if comment.is_obj %}- objection
{% endif %}
{% if comment.is_rep %}- reply to objection
{% endif %}
{% if comment.is_val %}- validation or rederivation
{% endif %}
{% if comment.is_lit %}- pointer to related literature
{% endif %}
{% if comment.is_sug %}- suggestion for further work
{% endif %}
{{ comment.comment_text|linebreaks }}
{{ reply.reply_text|linebreaks }}
Reply to this comment (Author)
Reply to this comment (Contributor)