<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%def name="title()">${_("Delete: %s") % c.milestone.title} <%def name="breadcrumbs()"> ${h.milestone.breadcrumbs(c.milestone)|n} » ${_("Delete")} <%block name="main_content"> ${tiles.milestone.header(c.milestone, c.tile)}
${h.field_token()|n}
${_("Are you sure you want to delete this milestone?")|n}
${components.savebox(h.entity_url(c.milestone), save_text=_('Confirm'))}