@if (! is_null($importJob->ended_at))
@if ($importJob->failed)
@elseif ($importJob->contacts_found != $importJob->contacts_imported)
@else
@endif
@else
@endif
{{ \App\Helpers\DateHelper::getShortDateWithTime($importJob->created_at) }}
@if($importJob->failed_reason)
{{ $importJob->failed_reason }}
@elseif (! is_null($importJob->ended_at))
{{ trans_choice('settings.import_result_stat', $importJob->contacts_found, ['total_contacts' => $importJob->contacts_found, 'total_imported' => $importJob->contacts_imported, 'total_skipped' => $importJob->contacts_skipped]) }}
@endif
@endforeach