{extends "idf/downloads/base.html"} {block docclass}yui-t3{assign $inCreateFromArchive=true}{/block} {block body} {if $form.errors}

{trans 'The form contains some errors. Please correct them to submit the archive.'}

{if $form.get_top_errors} {$form.render_top_errors|unsafe} {/if}
{/if}
{$form.f.archive.labelTag}: {if $form.f.archive.errors}{$form.f.archive.fieldErrors}{/if} {$form.f.archive|unsafe}
  | {trans 'Cancel'}
{/block} {block context}

{trans 'Instructions'}

{blocktrans}The archive must include a manifest.xml file with meta information about the files to process inside the archive. All processed files must be unique or replace existing files explicitely.{/blocktrans}

{aurl 'url', 'IDF_Views::faqArchiveFormat'}

{blocktrans}You can learn more about the archive format here.{/blocktrans}

{/block}