{% load i18n fb_versions cyclope_utils %} {% if CYCLOPE_THEME_TYPE == 'bootstrap' %}
{{ current_object.creation_date|date:'SHORT_DATE_FORMAT' }}

{{ staticpage.name }}

{% if staticpage.summary %}

{{ staticpage.summary|smart_style }}

{% endif %} {% if staticpage.pictures %}
{% endif %} {% if staticpage.text %}
{{ staticpage.text|smart_style|striptags|truncatewords:40 }}
{% endif %}

{% trans "More" %} {% include "cyclope/teaser_tools_block.html" with current_object=categorization.content_object %} icon

{% elif CYCLOPE_THEME_TYPE == 'classic' %}

{{ staticpage.name }}

{% if staticpage.summary %}

{{ staticpage.summary|smart_style }}

{% endif %} {% if staticpage.pictures %}
{% endif %} {% if staticpage.text %}

{{ staticpage.text|smart_style|striptags|truncatewords:40 }}

{% endif %}
{% endif %}