{{!-- Rencontres --}}

{{ localize 'VERMINE.encounters' }}{{#if isEditMode}}{{/if}}

  1. {{ localize 'IDENTITY.name'}}
    {{ localize 'IDENTITY.profile'}}
    {{ localize 'IDENTITY.totem'}}
  2. {{#each system.encounters as |encounterId|}} {{#with (lookup ../resolvedEncounters encounterId) as |encounter|}}
  3. {{#if encounter}}
    {{encounter.name}} ({{encounter.type}})
    {{encounter.profile}}
    {{#if encounter.totem}}{{ smarttl "TOTEMS" encounter.totem }}{{/if}}
    {{else}}
    {{/if}}
    {{#if @root.isEditMode}} {{/if}}
  4. {{/with}} {{else}}
  5. {{ localize 'VERMINE.no_encounters' }}
  6. {{/each}}
{{!-- Notes de voyage --}}

{{ localize 'VERMINE.travel_notes' }}

{{formInput systemFields.roadNotes enriched=enrichedRoadNotes value=system.roadNotes name="system.roadNotes" toggled=true}}