{% extends "base_menu.html" %} {% block title %} CATS {% endblock %} {% block content %}

Cats List

{% if object_list %} {% else %}

There are no cats in the library.

{% endif %}

{% if breed_count > 0 %} Add a cat {% else %} Please add a breed before you add a cat. {% endif %}

View breeds ({{ breed_count }}) | Add a breed

{% endblock %}