{% from 'oscar/macros.html' import result_header, result_sub_header, result_footer, result_footer_rtl, icon %} {{- result_header(result, favicons, loop.index) -}} {{- result_sub_header(result, loop.index) -}} {%- if result.iframe_src -%} • {{ icon('film') }} {{ _('show video') }} {%- endif -%} {% if result.iframe_src -%}
{%- endif %} {%- if rtl -%} {{ result_footer_rtl(result, loop.index) }} {%- else -%} {{ result_footer(result, loop.index) }} {%- endif -%}