{% from 'oscar/macros.html' import draw_favicon, result_header, result_sub_header, result_footer_rtl, result_footer %} {{ result_header(result, favicons) }} {{ result_sub_header(result) }}
{{ result.title|striptags }} {{ result.engine }}

{% if result.price %}{{ result.price|safe }}
{% endif %} {% if result.shipping %}{{ result.shipping|safe }}
{% endif %} {% if result.source_country %}{{ result.source_country|safe }}
{% endif %} {% if result.content %}{{ result.content|safe }}{% endif %}

{% if rtl %} {{ result_footer_rtl(result) }} {% else %} {{ result_footer(result) }} {% endif %}