{% extends 'catalogue/category.html' %} {% load catalogue_tags i18n menu_tags %} {% block body_class %}category gift-sets{% endblock %} {% block title %}Coffee Gift Sets - Perfect Gift Sets for Any Coffee Lover{% endblock %} {% block submenu %} {% submenu %} {% endblock %} {% block content %} {% block category_header_image %} {% if category.image %}
{% if category.description %}
{{ category.description|safe }}
{% endif %}
{% endif %} {% endblock %} {% block products_list %} {% if products %}
{% for product in products %}
{% render_product product 'gift_sets' %}
{% endfor %} {% include "partials/pagination.html" %}
{% else %}

{% trans "No products found." %}

{% endif %} {% endblock %} {% endblock %}