{% extends "two_column_layout.html" %} {% load i18n %} {% block first_column %} {% endblock first_column %} {% block second_column %} {% if products %} {% include "products/list.html" %} {% include "pagination.html" with items=products %} {% else %}

{% trans "No products found" %}

{% endif %} {% endblock second_column %} {% block crumbs %}
  • {% trans "Products" %} /
  • {{ title }}
  • {% endblock crumbs %}