{% extends "subjects/base.html" %} {% load i18n auth %} {% block title %}{% trans "Subject Study Participation" %} · {{ block.super }}{% endblock %} {% block content %}

{% trans 'Study Participation of' %} {{ contact.full_name }}

{% if object_list %} {% else %} {% endif %}
{% trans "Back" %}
{% endblock %}