{% extends "_page.twig" %} {% block title %}Alive hosts{% endblock %} {% block content %}

Alive domains ({% trans %}one record{% plural records %}{{ count }} records{% endtrans %})

{% for host in hosts %} {% if host.host|length > 24 %} {% else %} {% endif %} {% endfor %}
Domain AH B32 Full Base32 Last seen (UTC)
{{ host.host|slice(0, 23) }}…{{ host.host }}A B {{ host.base32 }} {{ host.last_seen }}
{% if total > 1 %} {% include "_pagination.twig" with { total, current, url: "/alive/" } only %} {% endif %}
{% endblock %}