{% extends "base-projector.html" %} {% load i18n %} {% block title %}{{ block.super }} - {{ title }}{% endblock %} {% block content %}
{{ shown_user }} {% 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 %}

{% endblock %}