{% if S_PARTICIPATE %}
{% if loops.participants|length %} {{ DMZX_PARTICIPATE_INFO_URL }} {{ lang('PARTICIPANTS') }}{{ lang('COLON') }} {% for participants in loops.participants %} {{ participants.USERNAME }}{% if not participants.S_LAST_ROW %}, {% endif %} {% endfor %} {% else %} {{ lang('NO_PARTICIPANTS') }} {% endif %}
{% endif %}