{% load static wagtailcore_tags wagtailsearchpromotions_tags wagtailimages_tags %} {# breadcrumbs #}
{% for ancestor in result.get_ancestors %} {% if not ancestor.is_root %} {% if ancestor.depth > 2 %} {{ ancestor.title }} {% if ancestor.depth|add:1 < result.depth %} {% endif %} {% else %}{% endif %} {# the first one #} {% endif %} {% endfor %}
{% if result.listing_image or result.icon %} {% image result.listing_image|default:result.icon fill-180x180 class="listing__image" %} {% else %}
{% endif %}

{{ result.listing_title|default:result.title }}

{% if pick.description or result.listing_summary or result.search_description or result.listing_summary or result.introduction %}
{{ pick.description|default:result.listing_summary|default:result.search_description|default:result.listing_summary|default:result.introduction|truncatechars_html:155 }}
{% endif %}