{% extends "base.html" %}{% block title %}{{ t("app.title") }}{% endblock %} {% block wrap_class %}wide{% endblock %} {% block body %}
{{ t("app.pairing_hint") }}
{{ t("app.my_sessions_hint") }}
| {{ t("app.sessions") }} | {{ t("app.state") }} | {{ t("app.who_may_write") }} | {{ t("app.your_address") }} |
|---|---|---|---|
|
{{ s.session }}
{% if s.label %} {{ s.label }}{% endif %} |
{{ t("app.online") if s.online else t("app.offline") }}
{% if not s.online and s.ago %} {{ t("app.last_seen") }} {{ s.ago }}{% endif %} |
{% for r in s.readers %}
{{ r.peer }}{% if r.trusted %}
{{ t("app.trusted_on") }}{% endif %} {% endfor %} {% if not s.readers %}{{ t("app.nobody_outside") }}{% endif %} |
{{ s.endpoint }} |
{{ t("app.no_sessions") }}
{% endif %}| {{ t("app.peer") }} | {{ t("app.they_to_me") }} | {{ t("app.me_to_them") }} | {{ t("app.sessions") }} | {{ t("app.expires") }} | |
|---|---|---|---|---|---|
| {{ p.peer }}{% if p.self %} {{ t("app.own_account") }}{% endif %} |
{% if p.inbound %} {{ p.inbound.my_sessions | join(", ") }} {% if not p.self %} {% endif %} {% else %}—{% endif %} | {% if p.outbound %}{{ p.outbound.peer_sessions | join(", ") }} {% if p.outbound.trusted %} {{ t("app.they_trust_me") }}{% endif %} {% else %}—{% endif %} |
{% for ep in p.endpoints %}
{{ ep.session }}{% if ep.online %}
{% endif %} {% endfor %} {% if not p.endpoints %}{{ t("app.no_endpoints") }}{% endif %} |
{% set exp = (p.inbound.expires_at if p.inbound else None) or (p.outbound.expires_at if p.outbound else None) %} {{ exp[:10] if exp else t("app.no_expiry") }} | {% for g in [p.inbound, p.outbound] %} {% if g and g.grant_id and not p.self %} {% endif %} {% endfor %} |
{{ t("app.contacts_hint") }}
{{ t("app.no_contacts") }}
{% endif %} {% if sent %}{{ t("app.sent_hint") }}
| {{ t("app.sent_to") }} | {{ t("app.note") }} | |
|---|---|---|
| {{ req.target }} | {{ req.note or "" }} | {{ t("app.sent_waiting") }} |
{{ t("app.connect_hint") }}
claude mcp add --scope user --transport http aim {{ mcp_url }}
{{ t("app.connect_then") }} {{ t("app.guide") }}
{% if has_email %} {% endif %}