{%- import 'networks/_spt_macros.html' as macros_whois with context -%} {%- set content_id = get_uuid4() -%}
{{ get_icon("module-networks") }} | {{ search_result[-1].get('abuse_group', _('-- undefined --')) }} {% if search_result|length > 1 %} ({{ _('%(cnt)d more', cnt = (search_result|length -1)) }}) {% endif %}

{{ macros_whois.get_title() }} {{ get_icon("stopwatch") }}

{%- for sritem in search_result %} {%- endfor %}
{{ _("Network") }} {{ _("Netname") }} {{ _("Contacts") }}
{{ loop.index }} {% if 'network' in sritem %} {{ sritem['network'] }} {% endif %} {% if 'netname' in sritem %} {{ sritem['netname'] }} {% endif %} {% if 'abuse_group' in sritem %} {{ sritem['abuse_group'] }} {% endif %}