{% extends "panel/base.html" %} {% block title %}{{ tenant.slug }} — JQC Control{% endblock %} {% block page_title %}Tenant: {{ tenant.name }} ({{ tenant.slug }}){% endblock %} {% block content %} {# ── breadcrumb ── #}
{{ chain_head }}
{{ tenant.alembic_head or '—' }}
| Domain | Kind | Primary | Verified | TLS | Token | |
|---|---|---|---|---|---|---|
| {{ d.domain }} | {{ d.kind }} | {% if d.is_primary %}{% endif %} | {% if d.verified %} {% else %} {% endif %} | {{ d.tls_status }} | {% if not d.is_primary %} {% endif %} | |
| No domains. | ||||||
| # | Action | Status | Created | Log |
|---|---|---|---|---|
| {{ j.id }} | {{ j.action }} | {{ j.status }} | {{ j.created_at.strftime('%m-%d %H:%M') if j.created_at else '—' }} | |
| No jobs recorded. | ||||