{% extends "atlas/base.html" %} {% load static %} {% load crispy_forms_tags %} {% load help_tags %} {% block content %}
This page lists all normal cases available in the atlas.
You can use the filter form to narrow down the list based on criteria such as age, modality, or examination type.
Click on a case title to view the case.
See a case that isn't normal? Please add feedback to the case so it can be reviewed.
{% endhelp%}Age: {{ normal.display_age }} {% if normal.examination %} • Exam: {{ normal.examination }}{% endif %} {% if normal.modality %} • Modality: {{ normal.modality }}{% endif %}
{% if normal.notes %}{{ normal.notes }}
{% endif %}