{% extends "_page.twig" %} {% block title %}Search host{% endblock %} {% block content %}
{% if result|length > 0 %} {% if result.error|length > 0 %}

Incorrect Query!

{{ result.error }}
{% else %}

Query result for "{{ query }}"

Note: only {% trans %}one record is{% plural limit %}first {{ count }} records are{% endtrans %} shown
{% for host in result %} {% endfor %}
Domain AH B32 Full Base32 Last seen (UTC)
{{ host.host }} A B {{ host.base32 }} {{ host.last_seen != '0000-00-00 00:00:00' ? host.last_seen : 'Never' }}
{% endif %} {% endif %}

Search domain

{% if all %} {% endif %}
{% endblock %}