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