<%! 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)) appText = 'add-on' if util.isLite() else 'app' %>

${_('%s update available' % appText.capitalize())}

${csrf_hidden_input()}

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

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

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

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

% if (app_license_url != 'http://www.splunk.com/view/SP-CAAAAAH'):

${_('This %(appText)s is provided by a third party and your rights to use the ' '%(appText)s is in accordance with the license provided by that third-party licensor. ' 'Splunk is not responsible for any third-party %(appText)ss and does not provide any ' 'warranty or support. If you have any questions, complaints or claims with ' 'respect to this %(appText)s, please contact the licensor directly, whose contact ' 'information can be found on the download page.' % dict(appText=appText))}

% endif

${app_license}

${_('Splunk Websites Terms and Conditions of Use')}

${_('Please accept the terms and conditions.')}