{%- import 'dnsr/_macros.html' as macros_dnsr with context -%} {%- set content_id = get_uuid4() -%}
{{ get_icon("module-dnsr") }} | {{ search_result[0]['value'] }} {% if search_result|length > 1 %} ({{ _('%(cnt)d more', cnt = (search_result|length -1)) }}) {% endif %}

{{ macros_dnsr.get_title() }} {{ get_icon("stopwatch") }}

{%- for sritem in search_result %} {%- endfor %}
{{ _("Type") }} {{ _("Value") }}
{{ loop.index }} {{ sritem['type'] }} {{ sritem['value'] }}