{% load partials %}
{% partialdef case-series %}
{% for series in case.get_ordered_series %}
Series {{ forloop.counter }}:
{{series.get_block}}
Popup
{% endfor %}
{% endpartialdef %}
Description: {{ case.description }}
Presentation:
Resource
{% for caseresource in case.caseresource_set.all %}
{{caseresource.resource.name}}
{% if caseresource.pre_review %}
(pre)
{% else %}
(post)
{% endif %}
{% endfor %}
Scrapped: {{ case.scrapped }} (toggle) {% endcomment %}
Findings are display sets that can be added to series. Once added they will appear here on linked cases.
To add a finding to a series, select the series and then click the "Add finding" button.
{{ ds.viewerstate|default:"{}" }}
{{ ds.annotations|default:"{}" }}
Previous case: {{ case.previous_case.get_link }}
Next case: {% if case.next_case %} {{ case.next_case.get_link }} {% else %} Clone and add next case {% endif %}
Checked by: {% for verified in case.verified.all %} {{verified}}, {% endfor %}
Author(s): {% for author in case.author.all %} {{author}}, {% endfor %}
Case size: {{ case.get_total_series_images_size | filesizeformat }}