{% extends "regform.html" %} {% block helppage %}

This screen lets you confirm the deletion of a proposal you created.

{% endblock %} {% block formtitle %}

Do you really want to delete session '{{proposal.title}}' ?

{% endblock %} {% block formfooter %} Cancel {% endblock %}