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

${_('%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 int(app.get('visible', 0)) and not int(app.get('disabled', 0)): % else: % endif