674 B
674 B
{% from 'beetroot/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer with context %}
{{ result_header(result, favicons, image_proxify) -}}
{{- result_sub_header(result) -}}
{% if result.price %}
{% endif %} {% if result.shipping %}
{% endif %} {% if result.source_country %}
{% endif %} {%- if result.content %}
{{ result.price }}
{% endif %} {% if result.shipping %}
{{ result.shipping }}
{% endif %} {% if result.source_country %}
{{ result.source_country }}
{% endif %} {%- if result.content %}
{{ result.content }}
{% endif -%} {{- result_sub_footer(result, proxify) -}} {{- result_footer(result) }}