{% extends 'base.html' %} {% load i18n %} {% block title %} - {% trans "Participants" %}{% endblock %} {% block rss_url %} {% endblock %} {% block content %} {% trans "Participants" as ch_title %} {% with ch_icon="icon-group" ch_title=ch_title ch_bc1=ch_title %} {% include "layout_elements/category_header.html" %} {% endwith %}
{% with participant_list=project.responsible_participants.all %} {% include "info_box/participants.html" %} {% endwith %}
{% with participant_list=project.former_responsible_participants.all %} {% include "info_box/participants.html" %} {% endwith %}