Case {{ forloop.counter }}
{{ case.title }}
Series
{% for series in case.visible_prefetched_series %}
{% empty %}
Series {{ forloop.counter }}
{% if series.modality %}{{ series.modality }}{% endif %}
{% if series.examination %} · {{ series.examination }}{% endif %}
{% if series.plane %} · {{ series.plane }}{% endif %}
No series linked.
{% endfor %}
Resources
{% for cr in case.prefetched_case_resources %}
{% with res=cr.resource %}
{{ res.name }}
{% endwith %}
{% endfor %}
Display Sets
{% for ds in case.prefetched_display_sets %}
{% endfor %}
{{ ds.name }}
{% if ds.description %}{{ ds.description }}
{% endif %}