%if not isinstance(network, dict) or (not network["hosts"] and not network["dns"] and not network["http"]):
Nothing to display.
%else:
%if network["hosts"]:
%endif
%if network["dns"]:
%endif
%if network["http"]:
%endif
%endif
<%include file="../images/arrow_up.html" />