@if (!$task->isDone()) @if ($operation = $task->currentOperation())
{{--
--}}{{--
--}}{{--
--}}
{{ $operation->percentProcessed() }}%
{{ _t('tasks.Success') }} - {{ $task->successJobs }}
{{ _t('tasks.Failed') }} - {{ $task->failedJobs }}
{{ _t('tasks.Pending') }} - {{ $task->pendingJobs() }}

{{ $operation->getOperationName() }}

@if (!$task->isDone())
{{ $operation->getCurrentStage() }}
@else

{{ _t('tasks.task_has_finished') }}

@endif
@else
{{ _t('tasks.syncing_operations') }}
@endif @else
{{ _t('tasks.Success') }} - {{ $task->successJobs }}
{{ _t('tasks.Failed') }} - {{ $task->failedJobs }}
{{ _t('tasks.Pending') }} - {{ $task->pendingJobs() }}

{{ _t('tasks.task_has_finished') }}

@endif