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

${_('Upload an app')}

${csrf_hidden_input()}

${_('If you have a .spl or .tar.gz app file to install, you can upload it using this form.')}

${_('You can replace an existing app via the Splunk CLI.')} ${_("Learn more.")}

% if state['return_to']: ${_('Cancel')} % endif