{% extends "base.html" %} {% block title %}Cohort Detail - {{ cohort }}{% endblock title%} {% block scripts %} {% include "sortable_table_script.html" %} {% endblock scripts %} {% block header %}Cohort Detail - {{ cohort }}{% endblock header%} {% block content %} {% with cohort.animals.all as animal_list %} {% include "animal_list_table.html" %} {% endwith %} {% endblock content %}