{% extends "subjects/subject_base.html" %} {% load i18n auth %} {% block title %}{% trans "Subject Study Participation" %} · {{ block.super }}{% endblock %} {% block content %} {% if object_list %}
{% trans 'No participations found' %}
{% endif %} {% endblock %}