{% extends "execution/participation_base.html" %} {% load i18n %} {% block title %} {% translate "Study consent" %} · {{ block.super }} {% endblock %} {% block content %}
{% if object.consent %}
{% blocktranslate %}This subject has given consent for study "{{ study }}"{% endblocktranslate %}
{% translate 'Download' %} {% if study.consent %} · {% translate 'Download blueprint' %} {% endif %}
{% else %}
{% blocktranslate %}This subject has no study consent for "{{ study }}" yet{% endblocktranslate %}
{% if study.consent %} {% translate 'Download blueprint' %} {% endif %}
{% endif %} {% translate "Change" %}
{% translate "Study consent is legally required to start data collection. You can use this page to upload the study consent document so you don't lose track." %}
{% endblock %}