<%! 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() %>

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

${csrf_hidden_input()}

${_('The requested app is already installed and no updates are currently available.')}
${_('If you have a newer version of the app stored locally, you may install it by clicking the button below.')}

% if visible and not disabled: % else: % endif