libremiami-search/searx/templates/oscar/result_templates/key-value.html

560 B

{% from 'oscar/macros.html' import result_footer, result_footer_rtl with context %}
{% for key, value in result.items() %} {% if key in ['engine', 'engines', 'template', 'score', 'category', 'positions'] %} {% continue %} {% endif %} {% endfor %}
{{ key|upper }}: {{ value }}
{% if rtl %} {{ result_footer_rtl(result) }} {% else %} {{ result_footer(result) }} {% endif %}