{% load i18n %}
{% if no_results_icon %} {{ no_results_icon.render }} {% else %} {% endif %}
{% trans 'No results' as default_title %}

{{ no_results_title|default:default_title }}

{% if no_results_text %}

{{ no_results_text }}

{% endif %} {% if no_results_main_link %}
{% with no_results_main_link as link %} {% with 'btn btn-primary btn-sm' as link_classes %} {% include 'navigation/generic_subnavigation.html' %} {% endwith %} {% endwith %}
{% endif %} {% if no_results_secondary_links %}
{% for link in no_results_secondary_links %} {% with 'btn btn-default btn-sm' as link_classes %} {% include 'navigation/generic_subnavigation.html' %} {% endwith %} {% endfor %}
{% endif %}