{% extends 'portal.html' %} {% block title %} {% include "hawc/siteTitle.html" with crumbs=object.get_crumbs crud=crud %} {% endblock title %} {% block breadcrumbs %} {% include "hawc/breadcrumbs.html" with crumbs=object.get_crumbs crud=crud %} {% endblock %} {% block content %}

{{object}} {% if obj_perms.edit %}
Actions
{% endif %}

{% if crud == "Read" %}

Available animal groups

{% include "animal/_animal_group_list_tbl.html" with object_list=object.animal_groups.all %} {% endif %} {% endblock %} {% block extrajs %} {% if crud == "Read" %} {% if object.cas %} {% endif %} {% endif %} {% endblock extrajs %}