<%! title = 'Insufficent License Level' from splunk.appserver.mrsparkle.lib.msg_pool import MsgPoolMgr, UI_MSG_POOL from mako.filters import html_escape %> <%namespace name="helpers" file="_helpers.html"/> <%inherit file="//layout/admin.html"/> <% msg_obj = MsgPoolMgr.get_poolmgr_instance()[UI_MSG_POOL].pop(msgid) %>

${nagwareMessaging.get('label')|h}

% if nagwareMessaging.get("description"):

${nagwareMessaging["description"]|h}

% endif

${_("%s is an Enterprise license-level feature and is currently not available on this instance.") % html_escape(nagwareMessaging.get("label"))}

${_('To enable this and other Enterprise features, learn more about licenses at Splunk.com or contact Splunk Sales directly.')}

% if msg_obj:

Splunkd response: ${msg_obj.text|h}

% endif