@if(messageStore.isLoading()) {
} @else{ @for (msg of messageStore.messages(); track msg.id) {
{{ msg.attributes.content }}
{{ msg.attributes.createdAt | date:'shortTime' }}
} @if (messageStore.isAgentThinking()) {
} }
@if (errorMessage) {
{{ errorMessage }}
}