This commit is contained in:
Ross
2021-12-06 15:21:49 +00:00
parent fa16402f42
commit 28a21c24e1
@@ -46,14 +46,19 @@
{% for series in case.series.all %}
{% for finding in series.findings.all %}
<div class="finding-box">
<span>
Findings: {% for f in finding.findings.all %}
{{f.get_link}},
{% endfor %}
<br />
</span>
<span>
Structure: {% for s in finding.structures.all %}
{{s.get_link}},
{% endfor %}<br />
Description: {{finding.description}}<br />
{% endfor %}
</span>
<span>
Description: {{finding.description}}
</span>
</div>
{% endfor %}