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