{% extends "base.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 Preapproved state cannot be changed.
{% endblock %} {% block content %}Proposed by {{ proposal.proposer }} in topic {{ proposal.topic }}
{{ proposal.description }}{% if blueprints %}
This proposal is in {{ proposal.get_status_display }} state.
Back {% endblock %}