{% extends "base.html" %} {% block title %}Cohort List{% endblock title%} {% block scripts %} {% endblock scripts %} {% block header %}Cohort List{% endblock header %} {% block content %} {% for cohort in cohort_list %} {% endfor %} {% endblock content %}
Cohort Treatment Groups Animals
{{ cohort }}
    {% for treatment in cohort.treatment_groups.all %}
  • {{ treatment }}
  • {% endfor %}
{{ cohort.animals.count }}