{% extends "base.html" %} {% load custom_filters %} {% block scripts %}{% include "sortable_table_script.html" %}{% endblock scripts %} {% block title %}Animal List - {% if list_type == "Alive" %}Alive{% else %}All{% endif %} Mice{% endblock title%} {% block header %}Animal List - {% if list_type == "Alive" %}Alive{% else %}All{% endif %} Mice{% endblock header %} {% block content %}

{% if year %}Archive for {{ year }}{% endif %} {% if month %}Archive for {{ month|date:"F Y"}}{% endif %} {{list_type}} Mice Only

{{ animal_list.count }} mice.

{% if list_type == "Alive" %} {% else %} {% endif %} {% if perms.animal.add_animal %} {% endif %}
{% include "animal_list_table.html" %} {% endblock content %}