Since objects are now wrapped in LazyArrays, how do I properly access the field secure_key for instance in the order-detail.tpl template?
$order.secure_key or $order.details.secure_key don't work since they are not exposed in the LazyArray and return an empty array.