{% extends 'portal.html' %} {% load selectable_tags %} {% load crispy_forms_tags %} {% block title %} {% include "hawc/siteTitle.html" with crumbs=form.instance.get_crumbs crud=crud %} {% endblock title %} {% block extrastyle %} {% include_ui_theme %} {% endblock %} {% block breadcrumbs %} {% include "hawc/breadcrumbs.html" with crumbs=form.instance.get_crumbs crud=crud %} {% endblock %} {% block content %}
{% crispy form %}
Groups {% if crud == "Create" %}

Groups are associated with each group-collection. The total number of individuals in all groups should equal the total number of individuals in the group-collection.

For cohort-base studies groups, may be exposure measurements. For example, exposure-group descriptions may be "quartile 1 (≤1.0)", "quartile 2 (1.0-2.5)", etc.

For case-controls studies, groups may be based on "cases" and "controls", or similar descriptions of different comparable sample populations.

{% endif %} {% include "hawc/_formset_table_template.html" with showDeleteRow=True %}
{% endblock %} {% block extrajs %} {% endblock extrajs %}