Calling oxattributes in basket?

Is it possible to call oxattribute in basket? (using just template or module, doesnt matter) (in azure template)

I would love to do this the same way as in the productmain.tpl

[{foreach from=$oDetailsProduct->getAttributes() item=attr}]

[{$attr->oxattribute__oxvalue->value}]

[{/foreach}]

But there are just $basketitem, that seems do not have this method.
or $basketproduct, which also doesnt have this method. So is it possible somehow to get there the $oDetailsProduct or something similar.

Thank you for help.

Have a nice day!

try $oArticle instead of $oDetailsProduct

have a loot at row ~45:


[{assign var="oArticle" value=$basketitem->getArticle()}]