{% extends "atlas/base.html" %} {% load static %} {% load crispy_forms_tags %} {% block content %}
Age: {{ normal.display_age }} {% if normal.examination %} • Exam: {{ normal.examination }}{% endif %} {% if normal.modality %} • Modality: {{ normal.modality }}{% endif %}
{% if normal.notes %}{{ normal.notes }}
{% endif %} {% endfor %}