{% trans "Groups" %}
{% for group in shown_user.groups.all %}
{{ group }},
{% empty %}
{% trans "The participant is not member of any group." %}
{% endfor %}
{% 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 }}