{% from 'oscar/macros.html' import result_header, result_sub_header, result_footer, result_footer_rtl, icon with context %} {{- result_header(result, favicons, loop.index) -}} {{- result_sub_header(result, loop.index) -}} {%- if result.embedded -%} • {{ icon('music') }} {{ _('show media') }} {%- endif -%} {%- if result.embedded -%}
{{ result.content|safe }}
{% endif -%}{{ result.content|safe }}
{% endif -%} {%- endif -%} {%- if rtl -%} {{ result_footer_rtl(result, loop.index) }} {%- else -%} {{ result_footer(result, loop.index) }} {%- endif -%}