{% load i18n %} {% load cms_tags %} {% if total_count <= 4 %}
{% if total_count == 0 %} {% if config.namespace|slice:":3" == "all" %}

{% trans "Oops! There are no results for your criteria" %} {% include "catalog/partials/few_results_link.html" %}

{% else %} {% page_attribute "menu_title" request.current_page as title %}

{% blocktrans with title=title trimmed %} Oops! There are no results for thematic {{ title }} {% endblocktrans %} {% include "catalog/partials/few_results_link.html" %}

{% endif %} {% elif total_count <= 4 %} {% if config.namespace|slice:":3" == "all" %}

{% trans "Oops! There are few results for your criteria. For more results" %} {% include "catalog/partials/few_results_link.html" %}

{% else %} {% page_attribute "menu_title" request.current_page as title %}

{% blocktrans with title=title trimmed %} Oops! There are few results for thematic {{ title }}. {% endblocktrans %} {% include "catalog/partials/few_results_link.html" %}

{% endif %} {% endif %}
{% endif %}