@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 {

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

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