{% extends "sites_conformes_core/base.html" %} {% load static dsfr_tags wagtailcore_tags wagtailimages_tags wagtailroutablepage_tags wagtail_dsfr_tags i18n %} {% 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 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_core/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 %} {% include "sites_conformes_content_manager/blocks/page_visibility.html" %}

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

{% translate "Posts" %}

{% include "sites_conformes_blog/blocks/blog_index_posts_list.html" %}
{% if posts.paginator.num_pages > 1 %}
{% dsfr_pagination posts %}
{% endif %} {% include "sites_conformes_blog/blocks/feeds.html" %}
{% else %}

{% translate "Posts" %}

{% include "sites_conformes_blog/blocks/blog_index_posts_list.html" %}
{% if posts.paginator.num_pages > 1 %}
{% dsfr_pagination posts %}
{% endif %} {% include "sites_conformes_blog/blocks/feeds.html" %}
{% endif %}
{% endblock content %}