{% if actu.is_event %}
{% get_current_language as curlang %}
{% mini_calendar actu curlang %}{{ actu.dates }}
{% else %}
{{ actu.body|safe|truncatewords_html:25 }}
{% endif %}