<%! title = 'App Install' %> <%namespace name="lib" file="//lib.html" import="*"/> <%namespace name="helpers" file="//admin/_helpers.html"/> <%inherit file="//layout/admin.html" /> <% import splunk from splunk.appserver.mrsparkle.lib import util, i18n appText = util.getAppType() %>

Success

${_('%s installed successfully' % appText.capitalize())}

${_('The %s was installed successfully.' % appText)}