{if !$is_waid}
{sprintf_wp(
'Connect to Webasyst ID to use the Webasyst CRON service.',
sprintf(
'href="%s"',
"{$wa_backend_url}webasyst/settings/waid/"
)
)}
{elseif !empty($waid_error)}
{$waid_error}
{/if}
[`The recommended execution schedule has changed, it is advisable to update it.`]
{/if}
{/if}
{if empty($action.scheduled)}
[`The job execution according to the required schedule will be managed by the Webasyst CRON service.`]
[`To use the Webasyst CRON service, your website must be online.`]
[`Job command executed by the web hosting scheduler:`] php {$root_path}cli.php crm worker {$action.legacy_cli}
{else}
[`Crontab instruction executed by the web hosting scheduler:`] {$action.expression} php {$root_path}cli.php --cron crm {$action.alias}
{/if}
{else}
{sprintf_wp(
'Please set up a cron job (view instructions) using the command specified below in your web-hosting control panel:',
_w('https://developers.webasyst.com/installation/tips/cron/')
)}
[`Job command executed by the web hosting scheduler:`] php {$root_path}cli.php crm worker {$action.legacy_cli}
{else}
[`Crontab instruction executed by the web hosting scheduler:`] {$action.expression} php {$root_path}cli.php --cron crm {$action.alias}
{/if}
{else}
{sprintf_wp(
'Set up a cron job (view setup tips), using the following command, in your web hosting control panel:',
sprintf(
'href="%s"',
_w('https://developers.webasyst.com/docs/installation/tips/cron/')
)
)}