{%- set content_id = get_uuid4() -%}
{{ _('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 --')) }} |