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