{{ _('These users respond to reports and make sure that spammers don’t spam.') }}
{% for mod in moderators %}
{% if mod['critiquebrainz_id'] is defined and mod['critiquebrainz_id'] %}
{{ mod['musicbrainz_username'] }}
{% else %}
{{ mod['musicbrainz_username'] }}
{% endif %}