{% load static wagtailcore_tags wagtailsearchpromotions_tags wagtailimages_tags %} {# breadcrumbs #} {% if result.get_ancestors|length > 2 %} {% 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 %} {% endif %} {% if result.listing_image %} {% image result.listing_image fill-450x300 %} {% endif %}
{{ pick.description|default:result.listing_summary|default:result.search_description }}
{% endif %}