getData('client'); echo $this->getData('nav')->render(); ?>
getHtml('Clients'); ?>
$value) : ++$count; $url = UriFactory::build('{/prefix}sales/client/profile?{?}&id=' . $value->getId()); ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?> getHtml('City'); ?> getHtml('Zip'); ?> getHtml('Address'); ?> getHtml('Country'); ?>
printHtml($value->getNumber()); ?> printHtml($value->getProfile()->getAccount()->getName1()); ?> printHtml($value->getProfile()->getAccount()->getName2()); ?> printHtml($value->getMainAddress()->getCity()); ?> printHtml($value->getMainAddress()->getPostal()); ?> printHtml($value->getMainAddress()->getAddress()); ?> printHtml($value->getMainAddress()->getCountry()); ?>
getHtml('Empty', '0', '0'); ?>