{% autoescape off %}
Type {{preparation.subclass}}
Animal identifier {{animal.identifier|default:'N.D'}}
species {{animal.strain}}
sex {{animal.get_sex_display|default:'N.D'}}
age in weeks {{animal.age|default:'N.D'}}
{% for item in all_eye_corrections.all %} {{item.left|default:'N.D'}} {{item.right|default:'N.D'}} {% empty %} {% endfor %} {% for item in all_area_centralis.all %} {{ item.left_x|default:'N.D' }} {{ item.right_x|default:'N.D' }} {{ item.left_y|default:'N.D' }} {{ item.right_y|default:'N.D' }} {% empty %} {% endfor %}
Information Type Left Eye Right Eye
Eye Correction
Eye Correction N.D N.D
Area Centralis X
Y
Area Centralis X N.D N.D
Y {{ item.left_y|default:'N.D' }} {{ item.right_y|default:'N.D' }}

N.D : Not Defined.

{% endautoescape %}