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

Sign existing Report

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/_report_public_without_comments.html' with report=report user=request.user perms=perms %}
{% endblock %}