<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%def name="title()">${_("Delete: Implementation of %s") % c.selection.page.title} <%def name="breadcrumbs()"> ${h.selection.breadcrumbs(c.selection)|n} <%block name="headline"> ${tiles.proposal.header(c.proposal, c.proposal_tile, active='implementation')} <%block name="main_content">
${h.field_token()|n}
${_("Are you sure you want to delete the norm %s from this proposal?") % c.selection.page.title|n}