{% load i18n pcart_core thumbnail %} {% if collection.description or collection.image %}
{% if collection.image %}
{{collection.title}}
{% endif %} {% if collection.description %}
{{ collection.description|safe }}
{% endif %}
{% endif %}