{% extends "base.html" %} {% block title %}{{ group }} MouseDB Home{% endblock title %} {% block header %}{{ group }} MouseDB{% endblock header %} {% block content %}

Welcome to the {{group}} Mouse Database. For information about the {{ group }} please go to our homepage. If you have any questions or suggestions about this site, please email {{group.contact_title}} {{group.contact_first}} {{group.contact_last}}. For more information on the proper use of this database go to the MouseDB documentation. To report bugs please go to the MouseDB Issues Reporting Page.

CurrentAll
Strains {{ strain_list_current.count }} {{ strain_list.count }}
Mice {{ animal_list_current.count }} {{ animal_list.count }}
Cages {{ cage_list_current.count }} {{ cage_list.count }}
{% endblock content %} {% block footer %}

The data contained in this database is restricted for use by authorized users only.

{% endblock footer %}