%! 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["description"]|h}
% endif${_('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