{% extends "base.html" %} {% load i18n %} {% block content %}

{{ study.name }} — {% trans 'Filter Groups' %}

{% trans 'The subjects for the study will be picked from any of these groups:' %}

{% trans "Back" %}
{% if not study.published %} {% csrf_token %} {% else %} {% endif %}
{% endblock %}