{% extends "proposal/master.html"%} {% block title %}{{ proposal.getLabelValue|escape }}{% endblock %} {% block content %}

{{ site.getLabelValue|escape }} Proposal #{{ proposal.id}}

{{ proposal.getLabelValue|escape }}

{{ proposal.description|escape }}

Actions

{{ proposal.actions|escape }}

{% if view.canUpdateProposal %}
Do you wish to edit this proposal?

{% endif %} {% if view.canDeleteProposal %}
Do you wish to delete this proposal?

{% endif %} {% if view.canJoinProposal %} Do you wish to request membership of this proposal?

{% endif %} {% endblock %}