@if ($lists->count() > 0)
|
{{ $list->name }}
{{ trans('messages.created_at') }}: {{ Auth::user()->customer->formatDateTime($list->created_at, 'datetime_full') }}
@if (empty($list->getSendingServers()))
error_outline {{ trans('messages.list_has_no_sending_server') }}
@endif
|
{{ number_with_delimiter($list->readCache('SubscriberCount', 0)) }}
{{ trans("messages." . Acelle\Library\Tool::getPluralPrase('subscriber', $list->readCache('SubscriberCount', 0))) }}
{{ number_to_percentage($list->openUniqRate()) }}
{{ number_to_percentage($list->readCache('ClickedRate', 0)) }}
|