{%- macro render_result_abuse(whois_result) %}
{% if 'netname' in item %} {{ item['netname'] }}: {% endif %} {{ item['network'] }}
{{ _("Target abuse contacts") }}: {{ item['abuse_group'] }}
{% if 'rank' in item %}{{ 'Rank' }}: {{ item['rank'] }}
{% endif %} {% if 'description' in item %}{{ _("Description") }}: {{ item['description'] }}
{% endif %} {% if item['is_base'] %}{{ 'Base network.' }}
{% endif %}{{ _("Source") }}: {{ item['source'] }}