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

{{ study }}

{% has_privacy_level study.get_invited_max_privacy_level user as has_subject_privacy_level %} {% if has_subject_privacy_level %} {% trans 'Export recruitment attributes' %} {% endif %}
{% endblock %}