{% 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 -%} {%- endif -%} {% if result.iframe_src -%}
{%- endif %}
{{- "" -}}
{{- "" -}} {%- if result.author %}

{{ _('Author') }}: {{ result.author }}

{% endif -%} {%- if result.length %}

{{ _('Length') }}: {{ result.length }}

{% endif -%} {%- if result.content %}

{{ result.content|safe }}

{% endif -%}
{{- "" -}}
{%- if rtl -%} {{ result_footer_rtl(result, loop.index) }} {%- else -%} {{ result_footer(result, loop.index) }} {%- endif -%}