{% extends "studies/study_base.html" %} {% load i18n bootstrap4 %} {% block title %}{% translate "Member management" %} · {{ block.super }}{% endblock %} {% block content %} {% if unprivileged_users %}

{% translate 'Some members of this study with access to filters are blocked from managing filters due to an insufficient privacy level. Blocked users are: ' %} {{ unprivileged_users|join:', ' }}

{% endif %}
{% include 'utils/form_errors.html' with form=form %} {% csrf_token %} {% if not readonly %} {% bootstrap_field form.user %} {% endif %} {% if not readonly %}
{% endif %}
{% endblock %}