{% extends "execution/participation_base.html" %} {% load i18n %} {% block title %}{% translate "Dropped out" context 'verb' %} · {{ block.super }}{% endblock %} {% block content %}
{% csrf_token %}

{% translate 'Do you want to mark this subject as "dropped out"? This may apply if the subject can no longer take part in the study or repeatedly did not show up for appoitments.' %}

{% translate "In addition, you must decide what should happen with the data collected this far: If you plan to use the data, the participation must not be removed as this would also delete the pseudonyms. If you do not plan to use the data, delete all of it and then remove the participation." %}

{% translate 'The subject will continue participating in this study.' %}
{% translate 'The subject will no longer participate in this study, but the data collected so far will be used.' %}
{% translate 'The subject will no longer participate in this study, and the data collected so far will not be used.' %}
{% translate 'Cancel' %}
{% endblock %}