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