{% extends "layout.html" %} {% set active_nav = model_name %} {% block extra_css %} .detail-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; } .detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); } .detail-item { padding: 24px; border-bottom: 1px solid var(--border); background-color: white; } .detail-item:nth-child(odd) { border-right: 1px solid var(--border); } .detail-item.full-width { grid-column: span 2; border-right: none; } .detail-item:last-child, .detail-item:nth-last-child(2):not(.full-width) { border-bottom: none; } .detail-label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px; letter-spacing: 0.05em; } .detail-value { font-size: 1rem; font-weight: 500; word-break: break-all; } .status-pill { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 20px; font-size: 0.8rem; font-weight: 600; } .status-pill.active { background-color: #dcfce7; color: #15803d; } .status-pill.inactive { background-color: #f1f5f9; color: #64748b; } {% endblock %} {% block content %}
Full record information and audit metadata.