{% load thumbnail staticfiles %}
{% if class == "special" and content.category %}
{{ content.category.title }}
{% endif %}
{% if class == "special" and content.image %} {% thumbnail content.image "480x320" crop="50% 25%" as im %} {% endthumbnail %} {% elif content.image %} {% thumbnail content.image "60x60" crop="50% 25%" as im %} {% endthumbnail %} {% elif content.emission.image %} {% thumbnail content.emission.image "60x60" crop="50% 25%" as im %} {% endthumbnail %} {% else %} {% endif %}
{{ content.title }} {% if class == "special" %}
{{ content.text|safe|striptags|truncatewords:75}}
{% endif %}
{% if content.date %}
PubliƩe le {{ content.date|date:"d/m/Y" }}
{% endif %}