<%! 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 appText = util.getAppType() productName = util.getProductName() %> % if error: <%helpers:message content="${error}" level="error"/> % endif

${_('Install from Splunkbase')}

${csrf_hidden_input()}

${_('Note: Installing %(appname)s from Splunkbase might cause Splunk ' '%(productName)s to restart.' % dict(appname=appname, productName=productName))}

${_('Accept the following license agreement to install the %(appText)s:') % dict(appText=appText)}

${_('The %(appText)s, and any related dependency that will be installed, may be ' 'provided by Splunk and/or a third party and your right to use these %(appText)s(s) ' 'is in accordance with the applicable license(s) provided by Splunk and/or the ' 'third-party licensor. Splunk is not responsible for any third-party %(appText)s ' 'and does not provide any warranty or support. If you have any questions, complaints ' 'or claims with respect to an %(appText)s, please contact the applicable licensor ' 'directly whose contact information can be found on the Splunkbase download page.' % dict(appText=appText))}

${_('%(appname)s is governed by the following license: ' % dict(appname=appname))} ${app_license}

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