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

All domains

{% for host in hosts %} {% 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' }}
{% if total > 1 %} {% include "_pagination.twig" with { total, current, url: "/all/" } only %} {% endif %}
{% endblock %}