{% extends 'base.html' %} {% load static %} {% block content %} {% if products_images.count > 0 %}
{% for product_image in products_images %} {% include 'landing/product_item.html' %} {% endfor %}
{% else %}
  • None to show!
  • {% endif %} {% endblock %}