<%! title = 'App Install' isLite = (cherrypy.config['product_type'] == 'lite' or cherrypy.config['product_type'] == 'lite_free') appText = 'add-on' if isLite else 'app' %> <%namespace name="lib" file="//lib.html" import="*"/> <%inherit file="//layout/admin.html" /> <% import splunk from splunk.appserver.mrsparkle.lib import util, i18n %>

${_('Install successful')}

${_('%s setup required' % appText.capitalize())}

${_('You must set up your new %s before you can use it.' % appText)}