{% load thumbnail icekit_tags %}
{% if instance.get_absolute_url %} {% endif %} {% if instance.get_list_image or instance.get_list_image_url %}{# get_list_image_url is from search results #}
{{ instance.get_list_image_alt_text }}
{% endif %}
{{ instance.get_type }}

{{ instance.get_title|safe }}

{% if instance.get_oneliner %} {% endif %}
{% if instance.get_absolute_url %}
{% endif %} {% if instance.get_item %} {# Handle relation objects where we want to point to the target, rather than the relation #} {% include "icekit/partials/preview_link.html" with obj=instance.get_item %} {% else %} {% include "icekit/partials/preview_link.html" with obj=instance %} {% endif %}