{% extends "base.html" %} {% from "_macros.html" import collapse_card_start, collapse_card_end, paginate %} {% block content %}
id | label | date of birth | cohort | # experiments |
---|---|---|---|---|
{{subject.id}} | {{subject.label}} | {{subject.date_of_birth}} | {% if subject.cohort %} {{subject.cohort.label}} {% endif %} | {% if subject.experiments|length > 0 %} {{subject.experiments|length}} {% else %} {{subject.experiments|length}} {% endif %} |