{% extends 'submissions/pool/base.html' %} {% block pagetitle %}: vet reports{% endblock pagetitle %} {% block breadcrumb_items %} {{block.super}}
{% endblock %} {% block content %}Report # | For submission | Submitted | Actions | {% for report in reports_to_vet %}
---|---|---|---|
{{report.report_nr}} | {{report.submission.title}} ({{report.submission.arxiv_identifier_w_vn_nr}}) | {{report.date_submitted|timesince}} ago | Go to vetting page |
Go back to my personal page.
{% endif %} {% endblock content %}