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

Make List

{% if object_list %} {% else %}

There are no makes in the library.

{% endif %}

Add a make

Back to autos

{% endblock %}