<%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="main_content">

${c.page.title}

${h.field_token()|n}
${_("Are you sure you want to delete this page?")}
%if c.section: ${components.savebox(h.entity_url(c.parent, anchor=u'subpage-%i' % c.page.id), save_text=_('Confirm'))} %else: ${components.savebox(h.entity_url(c.page), save_text=_('Confirm'))} %endif