{%- macro render_result_hostname(pdnsr_result) %}
{{ _('IP/Alias') }} | {{ get_icon('domain') }} {{ _('Domain') }} | {{ _('RTYPE') }} | {{ 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('rtype', get_icon('unassigned')) }} | {{ sritem.get('time_first', get_icon('unassigned')) }} | {{ sritem.get('time_last', get_icon('unassigned')) }} | {{ sritem.get('count', get_icon('unassigned')) }} |