{% extends "base.html" %} {% block header %}Plug Event - {{plugevent}}{% endblock %} {% block title %}Plug Event - {{plugevent}}{% endblock %} {% block content %}
Breeding Cage | Strain | Parents(M/F) | Plug Date | Sacrifice Date | Duration | WT | HET | KO | |||
---|---|---|---|---|---|---|---|---|---|---|---|
{{plugevent.Breeding.Cage}} | {{plugevent.Breeding.Strain}} | {{plugevent.PlugDate}} | {{plugevent.SacrificeDate}} | {% if plugevent.SacrificeDate %} {{plugevent.SacrificeDate|timeuntil:plugevent.PlugDate}} {% else %} {{plugevent.PlugDate|timesince}} {% endif %} | {{plugevent.WT_Alive}}/{{plugevent.WT_Dead}} | {{plugevent.HET_Alive}}/{{plugevent.HET_Dead}} | {{plugevent.KO_Alive}}/{{plugevent.KO_Dead}} | ![]() |
![]() |
![]() |
To add a new plug event click here, or enter it from the breeding cage.
To see all timed mating breeding cages click here.
{% endblock %}