[`Notifications`]
{if $last_reminder_cron_time}
{sprintf('[`Reminders will be sent to your %s email address once a day. Cron for reminders is working properly. Latest execution time: %s`]',
$wa->user()->get('email', 'default')|escape, $last_reminder_cron_time|wa_datetime:'humandatetime'
)}
{else}
{$cron_command|string_format:'[`Reminders require CRON to be properly setup for the Blog app, which is not the case for this installation. Setup cron for the Blog app with the following command (cron setup instructions):
%s`]'}
{/if}