{% extends "course/course-base.html" %} {% load i18n %} {% load static %} {% load crispy_forms_tags %} {% block title %} {% trans "Query Participations" %} - {{ relate_site_name }} {% endblock %} {% block header_extra %} {% include "datatables-header.html" %} {% endblock %} {% block content %}

{% trans "Query Participations" %}

{% crispy form %}
{% if result %} {% include "course/participation-table.html" with participations=result %} {% elif result != None %} {% trans "No matches" %} {% endif %} {% endblock %}