{% if wrapper_element %}<{{ wrapper_element }}{% if classname %} class="{{ classname }}"{% endif %}>{% endif %}
{% if result_slice.is_empty %}
{{ no_results_label|lower|capfirst }}.
{% elif result_slice.slice_object_count == 1 %}
{% if form.widgets_by_category.applied_filters %}Found one {{ result_label|lower }}:{% endif %}
{% else %}
{% if form.widgets_by_category.applied_filters %}Found {% endif %}{{ result.total_object_count }} {{ result_label_plural|lower }}{% if result.total_slice_count > 1 %}, showing {{ result_slice.first_object_index }} – {{ result_slice.last_object_index }}{% endif %}:
{% endif %}
{% if wrapper_element %}{{ wrapper_element }}>{% endif %}