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

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

{% trans "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." %}

{% trans 'Cancel' %}
{% endblock %}