{%- set content_id = get_uuid4() -%}
{{ get_icon('module-pdnsr') }} | {{ search_result[0].get('domain', _('-- undefined --')) }}{% if search_result|length > 1 %} ({{ _('%(cnt)d more', cnt = (search_result|length -1)) }}){% endif %}

{{ get_icon('module-pdnsr') }} {{ _('PassiveDNS') }} - {{ _('Hostname resolving') }} {{ get_icon('stopwatch') }}

{%- for sritem in search_result %} {%- endfor %}
{{ _('IP') }} {{ get_icon('domain') }} {{ _('Domain') }} {{ get_icon('time-from') }} {{ _('First seen') }} {{ get_icon('time-to') }} {{ _('Last seen') }} {{ get_icon('cnt') }} {{ _('Count') }}
{{ loop.index }} {{ sritem.get('ip', _('-- undefined --')) }} {{ sritem.get('domain', _('-- undefined --')) }} {{ sritem.get('time_first', _('-- undefined --')) }} {{ sritem.get('time_last', _('-- undefined --')) }} {{ sritem.get('count', _('-- undefined --')) }}