{% load i18n %} {% if membership_list %}
{% for m in membership_list %} {% if 0 %} {% endif %} {% endfor %}
{{ m.from_participant.name }} {{ m.function }} {% if not m.active %}({% trans "former" %}){% endif %} {% with web_source_list=m.from_participant.web_sources.all %} {% include "layout_elements/menu_web_sources.html" %} {% endwith %} {% if m.from_participant.get_num_active_user_comments %} {{ m.from_participant.get_num_active_user_comments }} {% endif %}
{% else %} {% trans "No participants available." %} {% endif %}