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

${_('Accept License Agreements')}

${csrf_hidden_input()}

${_('Click the button below to install the "%(appname)s" app into Splunk') % dict(appname=appname)}

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

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

% endif

${app_license}

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

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