{% extends "sites_conformes_core/base.html" %} {% load static dsfr_tags wagtailcore_tags wagtailimages_tags wagtail_dsfr_tags i18n %} {% block title %} {% if object_list.count %} {{ object_list.count }} {% translate "result" %}{{ object_list.count|pluralize }} {% else %} {% translate "No results" %} {% endif %} {% blocktranslate %}for query "{{ query }}"{% endblocktranslate %} — {{ settings.sites_conformes_content_manager.CmsDsfrConfig.site_title }} {% endblock title %} {% if page.search_description %} {% block description %} {% endblock description %} {% endif %} {% block content %}

{% if object_list.count %} {{ object_list.count }} {% translate "result" %}{{ object_list.count|pluralize }} {% else %} {% translate "No results" %} {% endif %} {% blocktranslate %}for query "{{ query }}"{% endblocktranslate %}

{% if object_list.count %}
    {% for result in object_list %}
  1. {{ result }}

    {% if result.search_description %}

    {{ result.search_description|safe }}

    {% endif %}
  2. {% endfor %}
{% else %}

{% translate "We did not find any content matching your search." %}

{% translate "To continue your visit, you can consult our home page." %}

{% endif %}
{% endblock content %}