{% extends 'scipost/_personal_page_base.html' %} {% block breadcrumb_items %} {{block.super}}
{% endblock %} {% load bootstrap %} {% block pagetitle %}: Accepted Reports{% endblock pagetitle %} {% block content %}Report nr. of Submission | Submission | Report author | Has PDF | Action |
---|---|---|---|---|
{{report.report_nr}} | {{report.submission.preprint.identifier_w_vn_nr}} | {% if report.anonymous %}Anonymous{% else %}{{report.author}}{% endif %} | {{report.pdf_report|yesno:"Yes,No"}} {% if report.pdf_report %} · Download {% endif %} | Compile/upload report |
No Reports found |