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

${_('%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