{% extends 'catalogue/category.html' %} {% load catalogue_tags menu_tags static i18n %} {% block title %}Specialty Coffee Subscription - Freshly Roasted Coffee Delivery to your Doorstep{% endblock %} {% block submenu %} {% submenu %} {% endblock %} {% block content %} {% block category_header_image %} {{ block.super }} {% endblock %} {% block products_list %} {% if products %}
{% for product in products %}
{% render_product product 'coffees' %}
{% endfor %} {% include "partials/pagination.html" %}
{% else %}

{% trans "No products found." %}

{% endif %} {% endblock %}
{% endblock %} {% block scripts %} {{ block.super }} {% endblock %}