<%! import time import splunk.appserver.mrsparkle.lib.i18n as i18n import cherrypy year = time.strftime('%Y') # TRANS: This is the title for the license management page title = _('Licensing') license_state = cherrypy.config.get('license_state') %> <%inherit file="//layout/base.html" /> <%namespace name="lib" file="//lib.html" import="*" /> <%def name="css()"> <%lib:stylesheet_tags files="${['/static/css/login.css']}" compile="False" /> <%lib:script_tags files="${['/static/js/contrib/jquery.cookie.js','/static/js/login.js']}" compile="False" />
% if user_message:

${user_message}

% elif license_state == 'EXPIRED':

${_('Your license is expired.')}

% endif
% if license_state == 'EXPIRED':

${_('Splunk is continuing to index your new data, but since your license has expired the search interface is temporarily disabled. To reactivate:')}

% endif
% if license_state == 'EXPIRED':
% endif
<%lib:csrf_hidden_input />

${_('Learn more about the difference between the Free and Enterprise versions of Splunk.')}

## TRANS: Footer text on the licensing page