{{adventure.name}}

{{~#if adventure.img}}
{{adventure.name}} {{#if adventure.caption}}
{{{adventure.caption}}}
{{/if}}
{{/if}}

{{localize "ADVENTURE.ImportHeaderOverview"}}

{{{description}}}

{{localize "ADVENTURE.ImportHeaderContents"}}

{{#if loading}}

{{localize "ADVENTURE.ImportLoading"}}

{{else if imported}}
{{#each contents}}
{{/each}} {{else}}
    {{#each contents}}
  • {{this.count}} {{this.label}}
  • {{/each}}
{{/if}}
{{#if optionsSchema}}

{{localize "ADVENTURE.ImportHeaderOptions"}}

{{#each optionsSchema.fields as |field|}} {{formGroup field classes="inline"}} {{/each}}
{{/if}}