{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}

Connections

{% for connection in data.pending_connections %}
/!\ Pending Connection: {{ connection.identity }} wants to connect with you!
{% endfor %}

Create New Connection - {{ data.username }}





{% for connection in data.existing_connections %}

{{ connection.identity }}

{% else %}

No existing connections

{% endfor %}
{% endblock %}