{% if not has_measurements %}
No vertebrae measurements available.
Please check the segmentation output.
{% elif found_fracture %}
{% if vertebrae_high_height_diff|length > 0 %}
Lumbar spine compression fracture in:
{{ vertebrae_high_height_diff | join(', ') }}
{% endif %}
{% if vertebrae_low_intensity|length > 0 %}
Lumbar spine low attenuation in:
{{ vertebrae_low_intensity | join(', ') }}
{% endif %}
{% else %}
Lumbar spine contains no fracture.
{% endif %}
{% if found_fracture or not has_measurements %}
X
{% else %}
✓
{% endif %}