1Fastest individual response (in milliseconds):
2----------------------------------------------
3{% for item in lowest_latency %}{{ "%-16.16s %s %2.5f\n"|format(item[0], item[1], item[2]) }}{% endfor %}
4Mean response (in milliseconds):
5--------------------------------
6{% for item in mean_duration %}{{ "%-16.16s %s %2.2f\n"|format(item[0], item[1], item[2]) }}{% endfor %}
7Response Distribution Chart URL (200ms):
8----------------------------------------
9{{ distribution_url_200 }}
10
11Response Distribution Chart URL (Full):
12---------------------------------------
13{{ distribution_url }}
14
15Recommended configuration (fastest + nearest):
16----------------------------------------------
17{% for ns in recommended %}{{ "nameserver %-15.15s # %s  %s\n"|format(ns.ip, ns.name, ns.warnings_string) }}{% endfor %}
18
19{% if compare_title %}
20********************************************************************************
21In this test, {% if best_ns.ip == system_primary %}Your current primary DNS server{% else %}{{ best_ns.name }}{% endif %} is {{ compare_title }}: {{compare_subtitle }} {% if compare_reference.ns %}than {% if compare_reference.ip == system_primary %}your current primary DNS server{% else %}{{ compare_reference.name }}{% endif %}{% endif %}
22********************************************************************************
23{% endif %}
24