{% extends "studies/study_domains_base.html" %} {% load i18n auth django_bootstrap5 utils %} {% block title %}{% translate "Delete" %} · {% translate "Study domains" %} · {{ block.super }}{% endblock %} {% block content %}
{% csrf_token %}

{% blocktranslate %}Are you sure you want to permanently delete the domain "{{ object }}" and all related pseudonyms?{% endblocktranslate %}

{% translate "Once a pseudonym is deleted, it is no longer possible to find the corresponding contact information. Note, however, that additional steps might be necessary for full anonymization of scientific data (e.g. image data)." %}

{% translate "The date when a domain should be deleted is usually defined in the ethics application and the study consent form." %}

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