{% extends "base.html" %} {% block title %}Peer Added - {{ do_email }}{% endblock %} {% block content %}
You have successfully added a new peer to your SyftBox network!
{% set info_items = [ {'label': 'Peer', 'value': do_email}, {'label': 'Status', 'value': 'Connected', 'badge': 'success'}, {'label': 'Connection', 'value': 'One-way (you follow them)'} ] %} {% include 'components/info_box.html' %}You can now:
Next Step: The data owner will be notified of your connection request. Once they add you back, you'll have mutual peering.
{% endblock %}