{% extends "base.html" %} {% block content %}
{% for TLD in object_list %} {% endfor %}
Top Level Domain Total servers IPv4 IPv6 Strongest DNSSEC algo # DNSSEC keys Organisation
.{{ TLD.unicodetld }} {{ TLD.nsamount }} {{ TLD.v4nsamount }} {{ TLD.v6nsamount }} {{ TLD.get_dnssec_display }} {{ TLD.amountofkeys }} {{ TLD.organisation }}
{% endblock content %}