{% extends "cofcms/base_aside.html" %} {% load static cofcms_tags wagtailimages_tags i18n wagtailcore_tags %} {% block aside %} {% calendar %} {% endblock %} {% block content %}

{{ page.title }}

{{ page.introduction|safe }}
{% for actu in page.actus %}
{% if actu.is_event %} {% get_current_language as curlang %} {% mini_calendar actu curlang %}{{ actu.dates }} {% else %} {{ actu.body|safe|truncatewords_html:25 }} {% endif %}
{% endfor %}
{% endblock %}