{% trans "Groups" %}
{% if shown_user.groups.all %}
{{ shown_user.groups.all|join:", " }}
{% else %}
{% trans "The participant is not member of any group." %}
{% endif %}
{% if shown_user.get_gender_display %}
{% trans "Gender" %} {{ shown_user.get_gender_display }}
{% endif %}
{% if shown_user.get_type_display %}
{% trans "Type" %} {{ shown_user.get_type_display }}
{% endif %}
{% if shown_user.committee %}
{% trans "Committee" %} {{ shown_user.committee }}