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