{{ case.created_date|date:"d/m/Y" }}
ID: {{ case.id }}

Title: {{ case.title }}

Description: {{ case.description }}

Presentation:

History: {{ case.history }}

Discussion: {{ case.discussion }}

Report: {{ case.report }}

Series: {% for series in case.series.all %} Series {{ forloop.counter }}: {{series.get_block}} Popup {% endfor %} Add new series
{% comment %}

Scrapped: {{ case.scrapped }} (toggle) {% endcomment %}

Condition:

Findings {% if case.series.all %} See individual series for more details.
{% for series in case.series.all %} {% for finding in series.findings.all %}
Series {{series.pk}}: {{series.get_examination_full}} |  {% if finding.findings.all %} Findings: {% for f in finding.findings.all %} {{f.get_link}},  {% endfor %} {% endif %} {% if finding.structures.all %} Structure: {% for s in finding.structures.all %} {{s.get_link}},  {% endfor %} {% endif %} {% if finding.description %} Description: {{finding.description}} {% endif %}
{% endfor %} {% endfor %} {% else %} No findings associated with case. {% endif %}
Differentials
    {% for diff in case.differentialcase.all %}
  • {{diff.condition.get_link}} - {{diff.text}}
  • {% endfor %}

Subspecialty: Pathological Process: Collections:

Previous case: {{ case.previous_case }}

Next case: {{ case.next_case }}

{% include 'question_notes.html' %}

Checked by: {% for verified in case.verified.all %} {{verified}}, {% endfor %}

Author(s): {% for author in case.author.all %} {{author}}, {% endfor %}