{% load i18n %}

{{ shown_user.clean_name }}
{{ shown_user.structure_level }}

{% if shown_user.committee %}

{{ 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 %}