{% extends "base_menu.html" %} {% block title %} AUTOS {% endblock %} {% block content %}
There are no autos in the library.
{% endif %}{% if make_count > 0 %} Add an auto {% else %} Please add a make before you add an auto. {% endif %}
View makes ({{ make_count }}) | Add a make
{% endblock %}