{% for peer in node.peers %} {% endfor %}
Address bitnodes.21.co Connection time [hours] Received [MiB] Sent [MiB]
{{ peer.address }} {% if peer.bitnodes_url %}link{% endif %} {{ peer.duration_hours|floatformat:1 }} {{ peer.received_mb|floatformat:1 }} {{ peer.sent_mb|floatformat:1 }}