@if (!connectorOnlyMode()) { }
@if (canEditSelectedXpert() && !connectorOnlyMode()) { }
@if (!connectorOnlyMode() && runtimeStateSchema(); as stateSchema) { } @if (projectId()) {
{{ 'XP.XProject.AutomationConnectors' | translate: { Default: 'Connectors for this automation' } }}

{{ 'XP.XProject.AutomationConnectorsDescription' | translate: { Default: 'Only selected Project connectors are available when this task runs.' } }}

@for (option of connectorOptions(); track option.bindingId) { {{ option.label | i18n }} } @if (!canManagePersonalConnectors()) {

{{ 'XP.XProject.AutomationPersonalConnectorsRunAsOnly' | translate : { Default: 'Only the run-as user can select personal connectors. Existing personal selections are preserved.' } }}

} @if (!connectorOptionsLoading() && !connectorOptions().length) {

{{ 'XP.XProject.NoAutomationConnectors' | translate: { Default: 'No Project connectors are available for this expert and run-as user.' } }}

}
} @if (isTrialUser()) {

{{ 10 - total() }} {{ 'XP.Xpert.TasksRemaining' | translate: { Default: 'tasks remaining' } }}

{{ 'XP.Xpert.Current' | translate: { Default: 'Current' } }}: {{ total() }} {{ 'XP.Xpert.TasksActive' | translate: { Default: 'tasks active' } }}

} @if (loading()) { }
@for (item of filteredXperts(); track item.id) { } @empty {
{{ 'XP.XProject.NoExperts' | translate: { Default: 'No experts found' } }}
}