{% for image in product.images %}
{% if forloop.first %}
{% else %}
{% endif %}
{% endfor %}
{{ product.title }}
- Vendor: {{ product.vendor | link_to_vendor }}
- Type: {{ product.type | link_to_type }}
{{ product.price_min | money }}{% if product.price_varies %} - {{ product.price_max | money }}{% endif %}
{{ product.description }}