{% load i18n ocyan_thumbnail %} {% if category.description.strip or category.image %}
{{ category.description|safe }}
{% if readmore and category.description|safe|length > 600 %} {% endif %}
{% if category.image %}
{% responsive_image category.image.file alt=category.name %}
{% endif %}
{% endif %}