<%inherit file="/template.html" /> <%namespace name="components" file="/components.html" /> <%namespace name="badge_tiles" file="/badge/tiles.html" /> <%def name="title()">${c.form_title} <%def name="breadcrumbs()"> ${h.badge.breadcrumbs(None)|n} <%block name="main_content"> ${components.flashmessages()}

Delete ${_(c.badge.get_badge_type())} "${c.badge.title}"

${h.field_token()|n} %if c.badged_entities: ${_(u'Note that the following entities will be unbadged if this badge is deleted:')} %else:

${_(u'This badge is not in use, so it can be removed safely.')}

%endif
${_(u'Are you sure you want to delete this badge?')}
${components.savebox(c.return_url, save_text=_(u'Confirm'))}