{$last_cron|wa_datetime:'humandatetime'|string_format:"[`Follow-ups are configured properly. Latest Cron execution time: %s`]"}
{else}
[`Follow-ups will not be sent, because cron is not properly configured.`]
[`What is cron?`]
[`Follow-ups require CRON to be properly setup for the Shop-Script app, which is currently not the case.`] {sprintf( '[`Setup cron with the following command (cron setup instructions):`]', '[`http://www.webasyst.com/framework/docs/server/cron/`]' )}
{$cron_command}
[`Follow-up testing requires at least one paid or complete order for sample data.`]
{else}[`Select an order to fetch sample data from`]
| {$o.id_str} | {$o.create_datetime|wa_date:'humandate'} |
{foreach $o.items as $i}
{$i.name|escape} x {$i.quantity} {/foreach} |
{$o.total_formatted} |