{% extends "regform.html" %} {% block helppage %}
This screen lets you see the details of a proposed session.
Note that you can only edit sessions that you suggested yourself (or if you're the topic lead). Sessions in Approved state cannot be changed.
{% endblock %} {% block formtitle %}Proposed by {{ proposal.proposer }} in topic {{ proposal.topic }}
{{ proposal.description }}{% if blueprints %}
This proposal is in {% if proposal.scheduled %} Scheduled {% else %} {{ proposal.get_status_display }} {% endif %} state.
{% if editable %} Edit {% endif %} Back {% include "comments.html" %}