data['account']; $account = $profile->account; /** @var \Modules\Media\Models\Media[] $media */ $media = $this->data['media'] ?? []; $l11n = $this->data['l11n']; echo $this->data['nav']->render(); ?>
request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
account->name3) || !empty($profile->account->name2)) : ?> printHtml(empty($profile->account->name3) ? $profile->account->name2 : $profile->account->name3); ?>, printHtml($profile->account->name1); ?>
<?= $this->getHtml('ProfileImage'); ?>
request->header->account === $profile->account->id) : ?>
getHtml('Birthday'); ?> getDateTime($profile->birthday); ?>
getHtml('Email'); ?> printHtml($profile->account->getEmail()); ?>
getHtml('Address'); ?> account->addresses; if (empty($addresses)) : ?>
getHtml('NoAddressSpecified'); ?>
getHtml('aType' . $location->type); ?>
printHtml($location->address); ?>
printHtml($location->postal . ', ' . $location->city); ?>
printHtml(ISO3166NameEnum::getByName(ISO3166TwoEnum::getName($location->country))); ?>
getHtml('Contact'); ?> account->contacts; if (empty($contacts)) : ?>
getHtml('NoContactSpecified'); ?>
getHtml('cType' . $contact->type); ?> type === ContactType::WEBSITE ? '' : ''; ?> content; ?> type === ContactType::WEBSITE ? '' : ''; ?>
getHtml('Registered'); ?> printHtml($profile->account->createdAt->format('Y-m-d')); ?>
getHtml('LastLogin'); ?> printHtml($profile->account->getLastActive()->format('Y-m-d')); ?>
getHtml('Status'); ?> getHtml(':s' . $profile->account->status, 'Admin'); ?>
request->header->account === $profile->account->id) : ?>
getData('medialist')->render($media); ?>
getData('calendar')->render(null /* calendar object here */); ?>
request->header->account === $profile->account->id) : ?> request->uri->fragment === 'c-tab-2' ? ' checked' : ''; ?>>
request->uri->fragment === 'c-tab-3' ? ' checked' : ''; ?>>
getHtml('Password'); ?>