{% extends "base.html" %} {% block title %}Peer Request Accepted - {{ do_email }}{% endblock %} {% block content %}
Great news! The data owner has accepted your peer request and added you back.
{% set info_items = [ {'label': 'Peer', 'value': do_email}, {'label': 'Status', 'value': 'Mutual Peering', 'badge': 'success'}, {'label': 'Connection', 'value': 'Bidirectional'} ] %} {% include 'components/info_box.html' %}With mutual peering established, you now have full collaboration capabilities:
Ready to collaborate! Start by browsing their datasets or submitting your first job request.
{% endblock %}