data['account']; $account = $profile->account; /** @var \Modules\Media\Models\Media[] $media */ $media = $this->data['media'] ?? []; $l11n = $this->data['l11n']; echo $this->data['nav']->render(); ?>
| = $this->getHtml('Birthday'); ?> | = $this->getDateTime($profile->birthday); ?> |
|---|---|
| = $this->getHtml('Email'); ?> | = $this->printHtml($profile->account->getEmail()); ?> |
| = $this->getHtml('Address'); ?> | account->addresses; if (empty($addresses)) : ?> |
| = $this->getHtml('NoAddressSpecified'); ?> | |
| = $this->getHtml('aType' . $location->type); ?> | |
| = $this->printHtml($location->address); ?> | |
| = $this->printHtml($location->postal . ', ' . $location->city); ?> | |
| = $this->printHtml(ISO3166NameEnum::getByName(ISO3166TwoEnum::getName($location->country))); ?> | |
| = $this->getHtml('Contact'); ?> | account->contacts; if (empty($contacts)) : ?> |
| = $this->getHtml('NoContactSpecified'); ?> | |
| = $this->getHtml('cType' . $contact->type); ?> | = $contact->type === ContactType::WEBSITE ? '' : ''; ?> = $contact->content; ?> = $contact->type === ContactType::WEBSITE ? '' : ''; ?> |
| = $this->getHtml('Registered'); ?> | = $this->printHtml($profile->account->createdAt->format('Y-m-d')); ?> |
| = $this->getHtml('LastLogin'); ?> | = $this->printHtml($profile->account->getLastActive()->format('Y-m-d')); ?> |
| = $this->getHtml('Status'); ?> | = $this->getHtml(':s' . $profile->account->status, 'Admin'); ?> |