{% 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 %}