{% from 'oscar/macros.html' import result_header, result_sub_header, result_footer, icon %} {{ result_header(result, favicons) }} {{ result_sub_header(result) }}
{{ icon('transfer') }} {{ _('Seeder') }} {{ result.seed }}, {{ _('Leecher') }} {{ result.leech }}
{{ icon('magnet') }} magnet link
{{ result.content|safe }}
{% endif %} {{ result_footer(result) }}