{% 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 %}

{{ proposal.title }}

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

Description

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

Related blueprints

{% endif %}

Status

This proposal is in {% if proposal.scheduled %} Scheduled {% else %} {{ proposal.get_status_display }} {% endif %} state.

{% if editable %} Edit {% endif %} Back {% include "comments.html" %}
{% endblock %} {% block formfooter %} {% endblock %}