{% load i18n %} {% if query %} {% if search_service_title %}

{{ search_service_title }}

{% elif cell.has_multiple_search_services %}

{{ search_service_label }}

{% endif %} {% if results.data %} {% else %}

{% trans "Information" %}

{% trans "…no result found." %}

{% endif %} {% endif %}