<%inherit file="/template.html" /> <%namespace name="tiles_html" file="/proposal/tiles.html"/> <%namespace name="components" file="/components.html"/> <%def name="title()">${_("Edit %s") % c.proposal.title} <%def name="breadcrumbs()"> ${h.proposal.breadcrumbs(c.proposal)|n} » ${_("Edit")}
${h.field_token()|n}

${_("Proposal title")}

${_("Proposal goals")}

${_("A brief description of the goals of your proposal.")|n}
${components.formatting()}
${components.savebox("/proposal/%s" % c.proposal.id)} ${components.form_watch(c.proposal)}