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

{{ subject.contact.full_name }}

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