It would be good to make the access to the variant base from the template easier. Currently this needs to be solved as following: ``` php <?php $arrVarBase = $this->items->getItem()->getMetaModel()->findById($this->items->getItem()->get('vargroup')); ?> ```