{%- macro render_result_hostname(pdnsr_result) %}
{%- for sritem in pdnsr_result %} {%- endfor %}
{{ _("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')) }}
{%- endmacro %} {%- macro get_title() -%} {{ get_icon("module-pdnsr") }} {{ _("PassiveDNS") }} {%- endmacro %}