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