{% extends 'base.html' %} {% block content %} {% if is_paginated %} {% include 'partial/pagination.html' %} {% endif %} {% for product in products %}
Подробнее