diff --git a/mayan/apps/appearance/templates/appearance/generic_list_horizontal.html b/mayan/apps/appearance/templates/appearance/generic_list_horizontal.html index 713f7f95ad..97bf5c3ab6 100644 --- a/mayan/apps/appearance/templates/appearance/generic_list_horizontal.html +++ b/mayan/apps/appearance/templates/appearance/generic_list_horizontal.html @@ -1,5 +1,7 @@ {% extends 'appearance/base.html' %} +{% load i18n %} + {% load navigation_tags %} {% block title %}{{ title }}{% endblock %} @@ -14,6 +16,8 @@ {% with 'navigation/large_button_link.html' as link_template %} {% for object_navigation_links in resolved_links %} {% include 'navigation/generic_navigation.html' %} + {% empty %} +
{% trans 'No results' %}
{% endfor %} {% endwith %}