{% extends 'base.html' %} {% load static i18n %} {% block title %} Genetic Profile: {{ horse.name }} | EquiSeq {% endblock title %} {% block content %}
EquiSeq Horse Management System
{{ horse.nickname }}
{% endif %} {% if perms.horses.change_horse or horse.owner == request.user %} {% endif %}Horse Information
Owner | {% if horse.owner %} {{ horse.owner|default:'Not Assigned' }} {% else %} Not Assigned {% endif %} |
---|---|
Owner Email | {{ horse.owner.email|default:'' }} |
{% if not horse.year_death %} Year Of Birth {% else %} Lifespan {% endif %} | {{ horse.year_birth|default:'Unknown' }} {% if horse.year_death %} - {{ horse.year_death }} {% endif %} |
Breed | {{ horse.breed }} |
Registration# | {{ horse.breed_registration }} |
Sex | {{ horse.sex }} |
Pedigree | View Full Pedigree |
Sire
Name | {% if horse.sire.pedigree_link %} {{ horse.sire.name }} {% else %} {{ horse.sire.name }} {% endif %} |
---|---|
Breed | {{ horse.sire.breed }} |
Registration# | {{ horse.sire.breed_registration }} |
Pedigree | View Full Pedigree |
Dam
Name | {% if horse.dam.pedigree_link %} {{ horse.dam.name }} {% else %} {{ horse.dam.name }} {% endif %} |
---|---|
Breed | {{ horse.dam.breed }} |
Registration# | {{ horse.dam.breed_registration }} |
Pedigree | View Full Pedigree |
DNA Fingerprint
Genetic Test Results
{{ mutation.name }}
{{ mutation.result_description }} |
{{ mutation.result }} |
---|