%inherit file="//layout/admin_lite_dialog.html"/> <%namespace name="lib" file="//lib.html" /> <%namespace name="formset" file="//formset.html" /> <%def name="title()">${_('Delete license')} - ${parent.title()}%def> <%def name="get_breadcrumbs()"> <% return [ [_('Manager'), ['manager']], [_('Licensing'), ['manager','system','licensing']], [_('Delete license'), None] ] %> %def> % if controller_exception:
${_('%s has been deleted.') % h(license.label)}
% else:${_('Are you sure you want to delete the license:')} ${license.label | h}?
${_('This license has a volume of %(quota)s and expires on %(expires)s.') % dict(quota=h(i18n.format_bytes(license.quota_bytes)), expires=h(i18n.format_date(license.expiration_time)))}
% endif ## ## render gutter ## <%def name="gutter()">