<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%def name="title()">${_("Delete: %s") % c.page.title} <%def name="breadcrumbs()"> ${h.page.breadcrumbs(c.page)|n} » ${_("Delete")} <%block name="headline"> ${tiles.page.header(c.page, c.tile, active='')}
${h.field_token()|n}
${_("Are you sure you want to purge variant %s?") % c.variant|n}

${_("WARNING: This will remove all revisions of the variant from any proposals that might support it.")|n}