request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
= $this->getHtml('MainAddress'); ?>
= $this->data['unit-selector']->data['unit-selector-popup']->render(); ?>
request->uri->fragment === 'c-tab-2' ? ' checked' : ''; ?>>
= $this->data['contact-component']->render(
'unit-contact', 'contacts', $unit->contacts,
'unit', $unit->id, '{/api}organization/unit/contact?csrf={$CSRF}'
); ?>
= $this->data['address-component']->render(
'unit-address', 'address', $unit->address,
'unit', $unit->id, '{/api}organization/unit/address?csrf={$CSRF}'
); ?>