Importer - preview

Import Preview

Error: ${c.error}

${h.form(h.url_for(controller='importer', action='do_import'), multipart=True)}

${c.num_pkgs} package${'s' if c.num_pkgs != 1 else ''} read from ${c.import_filename}:

${pkg}

Further package previews not shown.

You can use Markdown formatting here.

${h.submit('import', _('Import'), **enable_import)}
${h.end_form()}