{% load static %} {% with fallback=product_img|default:'product-1-292x256.png' %}
{% if product.image_id %} {{ product.name }} {% else %} {% with path="images/"|add:fallback %} {{ product.name }} {% endwith %} {% endif %}
{{ product.name }}
${{ product.price }}
{% with colors=product.colors.all %} {% if colors %}
{% for color in colors %} {% endfor %}
{% endif %} {% endwith %}
{% if product.description %}

{{ product.description|truncatewords:18 }}

{% endif %}
${{ product.price }}
{% endwith %}