{% extends 'base.html' %} {% load static %} {% block content %}

Телефоны

{% for product_image in products_images_phones %} {% include 'home/product_item.html' %} {% endfor %}

Ноутбуки

{% if products_images_laptops%} {% for product_image in products_images_laptops %} {% include 'home/product_item.html' %} {% endfor %} {% else %} {% include 'home/anim1.html' %} {% endif %}

Аксесуары

{% if products_images_accessories%} {% for product_image in products_images_accessories %} {% include 'home/product_item.html' %} {% endfor %} {% else %} {% include 'home/anim1.html' %} {% endif %}
products_images_accessories {% endblock %}