{% extends "recruitment/base.html" %} {% load i18n auth utils %} {% block title %}{{ study }} · {{ block.super }}{% endblock %} {% block header %}

{{ subject.contact.full_name }}

{{ participation|display:'status' }} {% if not subject.is_available %} {% icon 'phone-slash' %} {% endif %} {% if CASTELLUM_REPORT_NOTIFICATION_TO and not subject.blocked %} {% icon 'flag' %} {% translate 'report' %} {% endif %}
{% endblock %}