{% extends "base.html" %} {% from "_macros.html" import collapse_card_start, collapse_card_end %} {% block content %}
{% for external_system, external_url in cohort.external_urls.items() %} {{ external_system }}: {{ external_url }} {% endfor %}
id | label | scan date |
---|---|---|
{{subject.id}} | {{subject.label}} | {{subject.scandate}} |
First 25 subjects of {{ cohort.subjects | length }} displayed. All subjects from this cohort are available here
{% endif %} {{ collapse_card_end("Subjects") }} {% endif %} {% endblock %}