${_('Splunk is continuing to index your new data, but since your license has expired the search interface is temporarily disabled. To reactivate:')}
% endif%! 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" /> %def>
${user_message}
% elif license_state == 'EXPIRED':${_('Your license is expired.')}
% endif${_('Splunk is continuing to index your new data, but since your license has expired the search interface is temporarily disabled. To reactivate:')}
% endif