@if (show()) { @if (alert(); as a) {
@if (a.severity === 'low') { } @else { }

{{ severityLabel() }}

@if (escalationLabel()) { {{ escalationLabel() }} }
{{ elapsedLabel() }} · {{ formattedTime() }}
@if (a.groupName) {
关联群聊
{{ a.groupName }}
} @if (a.communityName && a.communityName !== '未知小区') {
所属小区
{{ a.communityName }}
} @if (a.store; as store) {
所属门店
{{ store.name }}
} @if (a.district; as district) {
所属区域
{{ district.name }}
}

{{ a.description }}

@if (a.keywords && a.keywords.length > 0) {
触发词 @for (kw of a.keywords; track kw) { {{ kw }} }
}
@if (queueLength() > 0) { 还有 {{ queueLength() }} 条待处理 } @else { }
} }