{% with image_url_array_and_count=series.get_image_url_array_and_count %}
{% endwith %}
Finding form
{% if editing_finding > 0 %}
Editing Finding
Editing finding with ID: {{editing_finding}}
{% else %}
Add Finding
Click the button below to add a new finding.
{% 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 %} Condition(s): {% for s in finding.conditions.all %}{{s.get_link}}{% endfor %}