{% extends "sites_conformes/base.html" %} {% load static dsfr_tags wagtailcore_tags wagtailimages_tags wagtailroutablepage_tags wagtail_dsfr_tags i18n humanize %} {% block title %} {{ page.seo_title|default:page.title }} {% if extra_title %}: {{ extra_title }}{% endif %} {% if current_category %} — {% translate "Category:" %} {{ current_category }} {% endif %} {% if current_tag %} - {% translate "Tag:" %} {{ current_tag }} {% endif %} {% if current_author %} - {% translate "Author:" %} {{ current_author }} {% endif %} {% if current_source %} - {% translate "Source:" %} {{ current_source }} {% endif %} {% if current_date_from %} - {% translate "Start date:" %} {{ current_date_from|naturalday }} {% endif %} {% if current_date_to %} - {% translate "End date:" %} {{ current_date_to|naturalday }} {% endif %} {% if paginator.num_pages > 1 %}- Page {{ posts.number }} / {{ paginator.num_pages }}{% endif %} — {{ settings.sites_conformes_content_manager.CmsDsfrConfig.site_title }} {% endblock title %} {% if page.search_description %} {% block description %} {% endblock description %} {% endif %} {% block social_media %} {% if page.get_translations.live %} {% for translation in page.get_translations.live %} {% endfor %} {% endif %} {% include "sites_conformes/blocks/socialmedia_preview_image.html" %} {% endblock social_media %} {% block content %} {% include "sites_conformes_content_manager/blocks/heading.html" %}
{% include "sites_conformes_content_manager/blocks/breadcrumbs.html" %} {% if page.show_title %}

{{ page.title }} {% if extra_title %}: {{ extra_title }}{% endif %}

{% endif %} {% include "sites_conformes_content_manager/blocks/messages.html" %} {% if current_category.description %}
{{ current_category.description|richtext }}
{% else %}
{{ page.body }}
{% endif %}

{% translate "Events" %}

{% include "sites_conformes_events/blocks/events_index_posts_list.html" %}
{% if posts.paginator.num_pages > 1 %}
{% dsfr_pagination posts %}
{% endif %}
{% endblock content %} {% block extra_js %} {% endblock extra_js %}