{% if series.case %}
Associated case:
{% for case in series.case.all %}
{{case}}
{% endfor %}
{% else %}
This series is not associated with any cases.
{% endif %}
{% if editing_finding < 1 %}
{% endif %}
Findings
{% for finding in series.findings.all %}
Finding(s): {% for f in finding.findings.all %}{{f.get_link}}{% endfor %}
Structure(s): {% for s in finding.structures.all %}{{s.get_link}}{% endfor %}
Description: {{finding.description}} EditDelete