@if (result(); as result) { @if (result.loading) { } @else { @for (conversation of result.items; track conversation.id) {
{{ conversation.title || conversation.options?.parameters?.input || (conversation.createdBy | user) }}
} @empty {

{{ 'XP.XProject.NoConversations' | translate: { Default: 'No conversations yet' } }}

{{ 'XP.XProject.StartaNewConversation' | translate : { Default: 'Start a new conversation in this project by typing in the input box at the top.' } }}
} } }