%inherit file="//layout/admin_lite_dialog.html"/> <%namespace name="lib" file="//lib.html" /> <%namespace name="formset" file="//formset.html" /> <%def name="title()">${_('Add new license')} - ${parent.title()}%def> <%def name="get_breadcrumbs()"> <% return [ [_('Manager'), ['manager']], [_('Licensing'), ['manager','system','licensing']], [_('Add new license'), None] ] %> %def> % if controller_exception:
${_('The new license was successfully added.')}
% if current_group != new_group: ${_('The license server has automatically switched the active license group from %(current)s to %(new)s.') % dict(current=h(current_group), new=h(new_group))} $(_('You must restart this server in order to use the new settings.')} % elif prompt_restart: ${_('You must restart Splunk for changes to take effect.')} % endif
% else:${_('There are currently no valid licenses installed. You must install at least one valid license in order to continue.')}
% endif${_('Learn more about your license options at the licensing section on splunk.com.')}
${_('To install a license, upload a license file here (license files end with .license
):')}