{% extends "base_generic.html" %} {% block content %}

Product List

{% if product_list %} {% else %}

There are no products in the library.

{% endif %} {% endblock %}