{% extends 'scipost/base.html' %} {% load bootstrap %} {% block pagetitle %}: sign existing Report{% endblock pagetitle %} {% block content %}

Confirmation page: do you wish to sign this Report?

(your Report is reproduced below for your convenience)

{% csrf_token %} {{ form|bootstrap }}

Report on Submission {{report.submission.title}}

{% include 'submissions/_single_public_report_without_comments.html' with report=report user=request.user perms=perms %}
{% endblock %}