{% extends "base_view.html" %} {% load static %} {% load widget_tweaks %} {% block title %} meliza-lab : bird colony : add or change event {% endblock title%} {% block css %} {% endblock %} {% block scripts %} {% endblock %} {% block content %}
Some event types have effects on what the database infers about an animal's life history. When entering an event that marks an animal as removed or deceased, be sure to choose an event type that reflects whether the death was expected (experimental use, culling, transfer out, or sequelae from an accident) or unexpected (natural death or euthanasia related to illness or untreatable distress)
Name | Effect | Description | {% for event_type in event_types %}
---|---|---|
{{ event_type.name }} | {{ event_type.effect|default_if_none:"-" }} | {{ event_type.description }} |