{% load i18n %}
{{ shown_user.committee }}
{% endif %}
{% if shown_user.groups.all %}
{% for group in shown_user.groups.all %}
{% trans group.name %}{% if not forloop.last %}
{% endif %}
{% endfor %}
{% endif %}