{% extends "inc/layout.html" %} {% from "inc/forms.html" import renderform, ajaxform %} {% from "inc/comments.html" import commenttree %} {% block title %}{{ proposal.title }} — {{ space.title }}{% endblock %} {% block heading %}{# Inhibit display of page-level title #}{% endblock %} {% block content %} {#
← Return to {{ space.title }} {% if proposal.user == g.user %}| Edit this →{% endif %}
#}by {{ proposal.user.fullname }} {% if proposal.user == proposal.speaker -%} (speaking) {%- else -%} (proposing) {%- endif %} {% if proposal.user == g.user -%} (that’s you! Edit this?) {%- endif %}
This is a proposal requesting for someone to speak on this topic. If you’d like to speak, leave a comment.
{%- endif -%}