@if ($this->hasRows)
{{ trans_choice('1 pending retry|:count pending retries', $this->rows->count(), ['count' => $this->rows->count()]) }}
@else
{{ __('No pending retries') }}
@endif
@if ($this->hasRows && $canManage)
{{ __('Retry all') }}
@endif
@if (! $this->hasRows)
{{ __('Nothing is waiting to retry') }}
{{ __('Operational actions that exhaust their inline retry budget land here. They\'re retried automatically once per hour.') }}
@else