{% extends 'base.html' %} {% block content %}

Owned/Managed Peers

{% for p in peers %} {% endfor %}
ID Address Public Key Description
{{p.id}} {{p.addr}} {{p.public_key}} {{p.description}}
{% endblock %}