<%! 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 %> % if error: <%helpers:message content="${error}" level="error"/> % endif <% implicit_id_required = splunk.util.normalizeBoolean(state.get('implicit_id_required', None)) %>

${_('App update available')}

${csrf_hidden_input()}

% if implicit_id_required: ${_('Overwrite from SplunkApps')} % else: ${_('Update from SplunkApps')} % endif

% if implicit_id_required: ${_('Your app does not have a valid app ID and may not have originated from SplunkApps. Be sure to first back up your configuration as this operation is irreversible.')}

${_('Click the button below if you are sure you would like to overwrite the local copy of this app with the newest version on SplunkApps.')}
% else: ${_('The requested app is already installed, but a newer version is available on SplunkApps.')}

${_('Click the button below to update the app to the newer version now.')}
% endif ${_('Note that a restart of Splunk may be required after update.')}