{% from 'oscar/macros.html' import draw_favicon, icon, result_header, result_sub_header, result_footer_rtl, result_footer %} {{ result_header(result, favicons) }} {{ result_sub_header(result) }}
{% 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 result.has_stock is defined %}
{% if result.has_stock %}{{ icon('check', _('Has stock')) }}{% else %}{{ icon('alert', _('Out of stock')) }}{% endif %}{% endif %}