Description: {{ finding.description }}
{% if finding.conditions.all %}
Conditions:
{% for condition in finding.conditions.all %}
- {{ condition.get_link }}
{% endfor %}
{% endif %}
{% if finding.structures.all %}
Structures:
{% for structure in finding.structures.all %}
- {{ structure.get_link }}
{% endfor %}
{% endif %}
{% with image_url_array_and_count=finding.series.get_image_url_array_and_count %}
{% endwith %}