{if $body->getPurchaseState()->getCharges()} {foreach $body->getPurchaseState()->getCharges() as $charge} {if is_a($charge, 'KupShop\OrderingBundle\Entity\Purchase\ProductPurchaseItem')} {$product = $charge->getProduct()} {if $product} {$product->fetchImages(4)}
{$charge->getPrice()|format_price:"ceil=no;decimal=dynamic"}