{% extends "base.html" %} {% load i18n %} {% block content %}
{% trans 'The subjects for the study will be picked from any of these groups:' %}
{% trans 'Filter group' %} | {% trans 'Statistics' %} | {% trans 'Actions' %} |
---|---|---|
{{ group }} | {{ group.get_subject_count }} / {{ total_count }} | {% if not study.published %} {% trans "Edit" %} {% else %} {% trans "Duplicate" %} {% trans "Edit" %} {% endif %} |