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

{{ proposal.title }}

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

Description

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

Related blueprints

{% endif %}

Status

This proposal is in {{ proposal.get_status_display }} state.

Back {% endblock %}