@if (syncing() && !loading()) {
Syncing messages...
} @if (refreshLoading()) {
Loading...
} @if (initialLoading()) {
} @else if (messages().length === 0) {

No messages yet

Be the first to say something!

} @else {
@if (hasMoreMessages()) {
@if (loadingMore()) {
} @else { }
} @for (message of messages(); track message.id; let index = $index) { @if (dateSeparatorLabels().get(index); as separatorLabel) {
{{ separatorLabel }}
} }
} @if (showNewMessagesBar()) {
New messages
}