{%- import 'whois/_macros.html' as macros_whois with context -%} {%- if search_item %} {%- if search_result %}

{{ _('Following table contains information from WHOIS service related to this object:') | safe }}

{{ macros_whois.render_result_abuse(search_result) }} {%- else %} {%- call macros_site.render_alert('info', False) %} {{ _('There are no records for %(item_id)s in WHOIS service.', item_id = search_item) | safe }} {%- endcall %} {%- endif %} {%- endif %}