.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user