mirror of https://dev.ccchb.de/ccchb/ansible.git
4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
|
{% for moderator in item.moderators | default([]) %}
|
||
|
{{ moderator }}
|
||
|
{% endfor %}
|