{% extends "course/course-base.html" %} {% load i18n %} {% load static %} {% block title %} {% trans "List of Participants" %} - {% trans "RELATE" %} {% endblock %} {% block header_extra %} {% include "datatables-header.html" %} {% endblock %} {% block content %}

{% trans "List of Participants" %}

{% trans "Add participant" %} {% include "course/participation-table.html" with participations=participations %} {% endblock %}