CSV Import.html 57 B

1234
  1. {#each schueler as s}
  2. <pre>{s.Vorname}
  3. </pre>
  4. {/each}