{% if product.attachments.size > 1 %}
{% endif %}
{{product.content}}
{% else %}
Popular Deals
{% for p in popular_prods %}
{% endfor %}
{{p.title}}
{{p.content | strip_html | truncate:80}}