{% import 'macros/form.html' as form %} {% set sorting = [(_('Name Ascending'), 'name_asc'), (_('Name Descending'), 'name_desc'), (_('Number Of Ascending'), 'count_asc'), (_('Number Of Descending'), 'count_desc')] %} {% set search_class = search_class if search_class else 'search-giant' %} {% set no_bottom_border = no_bottom_border if no_bottom_border else false %} {% set form_id = form_id if form_id else false %}
{% if show_empty and count == 0 and not error %} {% trans %}Please try another search.
{% endtrans %} {% endif %} {% if error %} {% trans %}There was an error while searching. Please try again.
{% endtrans %} {% endif %}