{% extends "base.html" %} {% block title %} {{ block.super }} - Peers{% endblock %} {% block content %} {% load humanize %} {% if peers %}
| Peer PubKey | Peer Alias | Network Address | Inbound | Sats Sent | Sats Received |
|---|---|---|---|---|---|
| {{ peer.pubkey }} | {% if peer.alias != '' %}{{ peer.alias }}{% else %}---{% endif %} | {{ peer.address }} | {{ peer.inbound }} | {{ peer.sat_sent|intcomma }} | {{ peer.sat_recv|intcomma }} |