%if not isinstance(network, dict) or (not network["hosts"] and not network["dns"] and not network["http"]): Nothing to display. %else: %if network["hosts"]:

Hosts Involved

%endif %if network["dns"]:

DNS Requests

%endif %if network["http"]:

HTTP Requests

%endif %endif