${_(u'Are you sure you want to delete %(item)s?') % dict(item=item)}
${_('This action cannot be undone!')}
${form(item, method='delete', action=url_for(action='delete'))}
${_('Cancel')}