{% extends "cash/base.html" %} {% load static %} {% load i18n %} {% block content %}
{% include "cash/includes/product_list.html" with products=product_list only %} {% endblock %}