{% extends "base.html" %} {% from "_macros.html" import collapse_card_start, collapse_card_end, paginate %} {% block content %}
id | label | description | # subjects |
---|---|---|---|
{{cohort.id}} | {{cohort.label}} | {{cohort.description}} | {% if cohort.subjects|length > 0 %} {{cohort.subjects|length}} {% else %} {{cohort.subjects|length}} {% endif %} |