{% extends "base.html" %} {% from "_macros.html" import collapse_card_start, collapse_card_end, card_link_by_title, paginate %} {% block content %}
Experiment | Subject | Scan date | {% for label in labels %}{{label.label_text}} | {% endfor %}
---|---|---|---|
{{experiment.experiment_id}} | {% for subject in subjects %} {% if experiment.subject_id == subject.subject_id %}{{subject.study_id}} | {% endif %} {% endfor %}{{experiment.date}} | {% for label in labels %} {%set count = [] %} {% for finding in findings %} {% if experiment.experiment_id == finding.experiment_id and finding.label_id == label.label_id %} {% if count.append(1) %}{% endif %} {% endif %} {% endfor %}{{count|sum()}} | {% endfor %}