{% load custom_filters %}
MouseID | Strain | Background | Genotype | Gender | Cage | Rack | Position | Backcross | Generation | Born | Age (Days) | Markings | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ animal.MouseID}} | {{ animal.Strain }} | {{ animal.Background }} | {{ animal.Genotype }} | {{ animal.get_Gender_display }} | {% if animal.Cage %}{{ animal.Cage }} {% else %}No Cage Number {% endif %} | {{ animal.Rack|all_caps }} | {{ animal.Rack_Position|all_caps }} | {{ animal.Backcross }} | {{ animal.Generation }} | {{ animal.Born|date:"Y-m-d" }} | {% if animal.Death %}{{ animal.age }} | {% else %}{{ animal.age }} | {% endif %}{{ animal.Markings }} | {% if perms.animal.add_animal %}{% endif %} |