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

{% translate 'Pseudonyms allow you to store data about subjects without their names and other identifying data. Often it is sufficient to have one pseudonym per subject and study. However, if you need more than that you can create additional pseudonym domains. Note that a pseudonym is only meaningful in combination with its domain.' %}

{% csrf_token %}
{% endblock %}