{% if 'total_unique_hostnames' in stats %}
Unique hostnames
{{ stats['total_unique_hostnames'] }}
{% else %}
Total hostnames nodes
{{ stats['total_hostnames'] }}
{% endif %} {% if 'total_unique_urls' in stats %}
Unique URLs
{{ stats['total_unique_urls'] }}
{% else %}
Total URLs nodes
{{ stats['total_urls'] }}
{% endif %}
Cookies Received
{{ stats['total_cookies_received'] }}
Cookies Sent
{{ stats['total_cookies_sent'] }}
Node Depth
{{ stats['tree_depth'] }}
Total Nodes
{{ stats['total_hostnames'] }}
Total load time
{{ stats['total_load_time'] }}
Total size responses
{{ sizeof_fmt(stats['total_size_responses']) }}