@if (entries().length === 0) {

No logs match the current filters.

Generate activity in the app or loosen the filters to see captured events.

} @else {
@for (entry of entries(); track entry.id) {
@if (entry.payloadText && isExpanded(entry.id)) {
{{
              entry.payloadText
            }}
}
}
}