{$smarty.const.ADMIN_MENU_ORDERS}
{$smarty.const.ADMIN_MENU_ORD_TOD}: {$totals.orders_today} {$smarty.const.ADMIN_MENU_ORD_NAME} ({$totals.revenue_today})
{$smarty.const.ADMIN_MENU_ORD_YEST}: {$totals.orders_yesterday} {$smarty.const.ADMIN_MENU_ORD_NAME} ({$totals.revenue_yesterday})
{$smarty.const.ADMIN_MENU_ORD_MON}: {$totals.orders_thismonth} {$smarty.const.ADMIN_MENU_ORD_NAME} ({$totals.revenue_thismonth})
{$smarty.const.ADMIN_MENU_ORD_ALLTIME}: {$totals.orders} {$smarty.const.ADMIN_MENU_ORD_NAME} ({$totals.revenue})
|