{% extends "base.html" %} {% load scoped_tags %} {% block title %}Connectors{% endblock %} {% block page_title %}Connectors{% endblock %} {% block page_subtitle %}Cross-org bridges and federation (Layer 13){% endblock %} {% block layer_indicator %}L13 Connector{% endblock %} {% block content %}
| Name | Remote Org | Direction | State | Created |
|---|---|---|---|---|
|
{{ conn.name }}
{{ conn.id|truncate_id }} |
{{ conn.remote_org|default:"--" }} | {% if conn.direction == "PUSH" %} Push → {% elif conn.direction == "PULL" %} ← Pull {% else %} ↔ Bidirectional {% endif %} | {% include "components/_state_badge.html" with state=conn.state %} | {{ conn.created_at|format_dt }} |