{% extends "base.html" %} {% block content %}
{% for session_id in sessions %}

{% for channel in sessions[session_id]['channels'] %} {% endfor %}
Node / PID Created Client Connection ID Channel Type
{{ channel.node }} pid {{ channel.pid }} {{ channel.created }} {{ channel.client_ip }}:{{ channel.client_port }} {{ channel.connection_id }} {{ channel.channel_type }}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}