{%- import 'pdnsr/_macros.html' as macros_pdnsr with context -%} {%- 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 %}

{{ macros_pdnsr.get_title() }} {{ get_icon('stopwatch') }}

{%- for sritem in search_result %} {%- endfor %}
{{ _('IP/Alias') }} {{ 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', sritem.get('alias', get_icon('unassigned'))) }} {{ sritem.get('domain', get_icon('unassigned')) }} {{ sritem.get('time_first', get_icon('unassigned')) }} {{ sritem.get('time_last', get_icon('unassigned')) }} {{ sritem.get('count', get_icon('unassigned')) }}