{% load fb_versions cyclope_utils %} {% if CYCLOPE_THEME_TYPE == 'bootstrap' %}
{% if current_object.image %} article icon {% else %} {% endif %}
{% elif CYCLOPE_THEME_TYPE == 'classic' %}
{% if current_object.image %} {% else %} {% endif %}

{{ current_object.name|truncatechars:40 }}

{% endif %}