{% load i18n fb_versions cyclope_utils dbgettext_tags %}
{% if view_options.show_title %}

{{ staticpage.name }}

{% endif %} {% if view_options.show_image %}
{% if staticpage.pictures %} {% if not view_options.show_title and not view_options.show_description %} {% else %} {% endif %} {% else %} {% endif %}
{% endif %} {% if view_options.show_description %} {% if staticpage.text %}

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

{% endif %} {% endif %}