{% extends "studies/study_domains_base.html" %} {% load i18n auth bootstrap4 utils %} {% block title %}{% translate "General domains" %} · {{ block.super }}{% endblock %} {% block content %}
{% include 'utils/form_errors.html' with form=form %} {% csrf_token %}

{% translate 'General Domains allow you to access pseudonyms for data that is shared via central repositories. Please note these pseudonyms allow to identify subjects globally and therefore carry a high privacy risk.' %}

{% bootstrap_field form.general_domains %}
{% endblock %}