</head> <body> <div id="rum-content" py:with="form = get_view()"> <h1 py:content="page_title" /> <h2 py:if="parent_obj" class="rum-related-title" py:content="_(u'Related to %(parent_obj)s') % {'parent_obj':parent_obj}" /> ${form(item, action=url_for(action='update'), method='put', obj=item)} <a href="${url_for(action='confirm_delete')}">${_('Delete')}</a> </div> <div id="rum-sidebar" /> </body> </html>