<%inherit file="//layout/admin_lite.html"/> <%namespace name="formset" file="//formset.html" /> <%namespace name="lib" file="//lib.html" /> <%def name="title()">${license_name | h} - ${parent.title()} <%def name="get_breadcrumbs()"> <% return [ [_('Manager'), ['manager']], [_('Licensing'), ['manager','system','licensing']], [_('License details'), None] ] %> % if controller_exception:
% if isinstance(controller_exception, splunk.ResourceNotFound): ${_('Could not find license with ID:')} ${license_name | h} % else: <%lib:render_exception e="${controller_exception}" /> % endif
% endif
% if license:

${_('License details:')} ${license.label | h}

${formset.dump_model(license)} % endif

${_('« return to overview')}