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

{{ subject.contact.full_name }}

{% for tag in participation.execution_tags.all %} {{ tag }} {% endfor %} {% if participation.status not in participation.DEFAULT_SET %} {{ participation|display:'status' }} {% endif %} {% if not subject.is_available %} {% icon 'phone-slash' %} {% endif %} {% if CASTELLUM_REPORT_NOTIFICATION_TO and not subject.blocked %} {% icon 'flag' %} {% translate 'report' %} {% endif %}
{% endblock %}