Copy and paste your participant names in this textbox. Keep each person in a single line.
title, first_name, last_name, structure_level, number, groups, comment, is_active, is_committee
2
,
3
4
# | Title | First name | Last name | Structure level | Participant number | Groups | Comment | Is active | Is committee |
1 |
|
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ user.title }} | {{ user.first_name }} | {{ user.last_name }} | {{ user.structure_level }} | {{ user.number }} |
{{ groupname | translate }}
| {{ user.comment | limitTo: 30 }}{{ user.comment.length > 30 ? '...' : '' }} |
|