{% load case_widgets %}
{% partialdef case-series %}
{% for series in ordered_series %}
Scrapped: {{ case.scrapped }} (toggle) {% endcomment %}
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}}{% if not forloop.last %}, {% endif %}{% empty %}None{% endfor %} Author(s): {% for author in case.author.all %} {{author}}{% if not forloop.last %}, {% endif %}{% empty %}None{% endfor %} Case size: {{ case.get_total_series_images_size | filesizeformat }}Clinical Summary
{% for con in case.condition.all %}
{% for proc in case.procedures.all %}
{% else %}
None
{% endif %}
Collections
{% if can_edit %}
{% endif %}
{% for collection in case.casecollection_set.all %}
Linked Cases
Notes
Case Metadata