{% extends "participant/base_participant.html" %} {% load i18n %} {% load tags %} {% block title %}{{ block.super }} – {{ group }}{% endblock %} {% block content %}
{{ group.description }}
{{ member }}
{% empty %}{% trans "No members available." %}
{% endfor %} {% endblock %}