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