{% extends "base_view.html" %} {% block title %} meliza-lab : Tags {% endblock %} {% block content %}
Select a tag to list all the associated animals.
| Tag | Living | Total | Description |
|---|---|---|---|
| (untagged) | {{ untagged.n_alive }} | {{ untagged.n_total }} | animals with no tags |
| {{ tag }} | {{ tag.n_tagged_alive }} | {{ tag.n_tagged }} | {{ tag.description }} |