---
date: {{DATE}}
participants:
{{VALUE:participants}}
type: weekly
---
```js quickadd
const selectedParticipants = await this.quickAddApi.checkboxPrompt(
["Kurt", "Ulrich", "Marcus", "Janik", "Gerit"]
);
const participantsYaml = selectedParticipants.map(p => ` - ${p}`).join('\n');
this.variables.participants = participantsYaml;
```
# {{NAME}}
````
<footer class="page-edit">
Backlinks:
🔗 [Vorlagen](/vorlagen.html)
[📝 Edit on GitHub](https://github.com/Mint-System/Knowledge/blob/master/Template%20Weekly.md)
This page is maintained by [Mint System GmbH](https://www.mint-system.ch)
</footer>