{% extends "regform.html" %} {% block helppage %}

This is the session review screen.

Here you can change the status of the session and add a few comments. The following statuses are available:

Unreviewed: you haven't had time to look into this one yet

Incomplete: you would like to see changes made to this description before making a decision. Add details on the Reviewer's notes textfield: those will be sent to the proposer.

Approved: proposed session looks good, you'll schedule it. You may still merge it with another session at scheduling time though. Title and description for approved sessions are frozen.

Rejected: session is not appropriate, off-topic, or not a community open discussion.

{% endblock %} {% block formtitle %}

Review proposed session

{% endblock %} {% block formfooter %}

If you change status, an email notification will be sent to the proposer, along with the reviewer's notes.

Cancel

{{ proposal.title }}

Proposed by {{ proposal.proposer }} in topic {{ proposal.topic }}

Description

{{ proposal.description }}
{% if blueprints %}

Related blueprints

{% endif %} {% include "comments.html" %} {% endblock %}