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

{% blocktranslate %}Are you sure you want to permanently delete the coding list "{{ 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 coding list should be deleted is usually defined in the ethics application and the study consent form." %}

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