{% 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.dropped_out %} {{ participation|verbose_name:'dropped_out' }} {% endif %}
{% endblock %}