This commit is contained in:
Ross
2022-04-08 23:57:24 +01:00
parent 6efb72ddec
commit 1b6cb4f63a
5 changed files with 142 additions and 18 deletions
@@ -3,18 +3,18 @@
{% block content %}
<h2>Case {{case_number|add:1}}
{% if collection.show_title %}
{% if collection.show_title_pre %}
: {{case.title}}
{% endif %}
</h2>
{% if collection.show_description and case.description%}
{% if collection.show_description_pre and case.description%}
<div>
Description: {{case.description}}
</div>
{% endif %}
{% if collection.show_history and case.history%}
{% if collection.show_history_pre and case.history%}
<div>
History: {{case.history}}
</div>
@@ -38,7 +38,7 @@
</div>
</div>
{% if collection.show_discussion and case.discussion%}
{% if collection.show_discussion_pre and case.discussion%}
<details>
<summary>
Discussion:
@@ -48,7 +48,7 @@
</div>
</details>
{% endif %}
{% if collection.show_report and case.report%}
{% if collection.show_report_pre and case.report%}
<details>
<summary>
Report: