@if (hasActivity()) { @if (showCaptureChip()) { {{ texts.activity.captureOnChip }} } @if (expanded()) { @if (activityDetail(); as detail) {
@if (activityEmpty()) {

{{ texts.activity.empty }}

} @else { @if (activityTimeline().length > 0) {

{{ texts.activity.recentHeading }}

{{ option.label }}
@if (filteredActivityTimeline().length > 0) { } @else {

{{ texts.activity.filter.empty }}

} } @if (spawnThreads().length > 0) {

{{ texts.activity.spawnsHeading }}

@if (!detail.captureEnabled) {

{{ texts.activity.captureOffHint }}

} }
}
} @else {

{{ texts.activity.loading }}

} }
}