{% extends "studies/study_base.html" %} {% load static i18n %} {% block title %}{% translate "Delete" %} · {{ block.super }}{% endblock %} {% block content %}
{% csrf_token %}

{% translate "Are you sure you want to permanently delete this study and all related data? This includes:" %}

{% translate "This should only be done once all external data related to these pseudonyms has been destroyed as it would no longer be possible to identify subjects reliably." %}

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