{% extends "subjects/subject_base.html" %} {% load static i18n %} {% block title %}{% translate "Delete study participation" %} · {{ block.super }}{% endblock %} {% block header %}{% endblock %} {% block content %}
{% csrf_token %}

{% blocktranslate with study=object.study %}Are you sure you want to permanently delete the participation in {{ study }}?{% endblocktranslate %}

{% translate "This should only be done once all relevant external data related to this study has been deleted as it would no longer be possible to identify this subject reliably." %}

{% translate 'Cancel' %}
{% endblock %}