</head> <body> <div id="rum-content" py:with="form = get_view()"> <h1> ${_('Are you sure you want to delete %(item)s?') % dict(item=item)} </h1> <a href="${url_for(obj=parent_obj, _memory=False)}" py:if="parent_obj" class="rum-related-title" py:content="_('Related to %(parent_obj)s') % {'parent_obj':parent_obj}" /> <strong class="warning">${_('This action cannot be undone!')}</strong> ${form(item, method='delete', action=url_for(action='delete'))} <a href="${url_for(request.referer)}">${_('Cancel')}</a> </div> <div id="rum-sidebar" /> </body> </html>