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