{% load i18n %} {% load icons_tags %}
{% if no_results_icon %} {{ no_results_icon.render }} {% else %} {% icons_get_icon 'mayan.apps.appearance.icons.icon_no_results' %} {% 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-secondary btn-sm' as link_classes %} {% include 'navigation/generic_subnavigation.html' %} {% endwith %} {% endfor %} {% endif %}