{% extends "base.html" %} {% load custom_filters %} {% block title %}Breeding Cage Search{% if query %} Results{% endif %}{% endblock title%} {% block scripts %} {% include "sortable_table_script.html" %} {% endblock scripts %} {% block header %}Breeding Cages - {{breeding_type}}{% endblock header %} {% block content %}
{% if query %} {% if results %} {% with results as breeding_list %}