getData('account'); /** @var \Modules\Media\Models\Media[] $media */ $media = $this->getData('media') ?? []; $account = $profile->account; $l11n = $this->getData('l11n'); echo $this->getData('nav')->render(); ?>
request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
name3) || !empty($account->name2)) : ?> printHtml(empty($account->name3) ? $account->name2 : $account->name3); ?>, printHtml($account->name1); ?>
<?= $this->getHtml('ProfileImage'); ?>
request->header->account === $account->getId()) : ?>
getHtml('Birthday'); ?> getDateTime($profile->birthday); ?>
getHtml('Email'); ?> printHtml($account->getEmail()); ?>
getHtml('Address'); ?> getLocation(); if (empty($locations)) : ?>
getHtml('NoAddressSpecified'); ?>
getHtml('aType' . $location->getType()); ?>
printHtml($location->address); ?>
printHtml($location->postal . ', ' . $location->city); ?>
printHtml(ISO3166NameEnum::getByName(ISO3166TwoEnum::getName($location->getCountry()))); ?>
getHtml('Contact'); ?> getContactElements(); if (empty($contacts)) : ?>
getHtml('NoContactSpecified'); ?>
getHtml('cType' . $contact->getType()); ?> getType() === ContactType::WEBSITE ? '' : ''; ?> content; ?> getType() === ContactType::WEBSITE ? '' : ''; ?>
getHtml('Registered'); ?> printHtml($account->createdAt->format('Y-m-d')); ?>
getHtml('LastLogin'); ?> printHtml($account->getLastActive()->format('Y-m-d')); ?>
getHtml('Status'); ?> getHtml(':s' . $account->getStatus(), 'Admin'); ?>
request->header->account === $account->getId()) : ?>
getData('medialist')->render($media); ?>
getData('calendar')->render(null /* calendar object here */); ?>
request->header->account === $account->getId()) : $countryCodes = ISO3166TwoEnum::getConstants(); $countries = ISO3166NameEnum::getConstants(); $timezones = TimeZoneEnumArray::getConstants(); $timeformats = ISO8601EnumArray::getConstants(); $languages = ISO639Enum::getConstants(); $currencies = ISO4217Enum::getConstants(); $l11nDefinitions = Directory::list(__DIR__ . '/../../../../phpOMS/Localization/Defaults/Definitions'); $weights = WeightType::getConstants(); $speeds = SpeedType::getConstants(); $areas = AreaType::getConstants(); $lengths = LengthType::getConstants(); $volumes = VolumeType::getConstants(); $temperatures = TemperatureType::getConstants(); ?> request->uri->fragment === 'c-tab-2' ? ' checked' : ''; ?>>
getHtml('Localization'); ?>
getHtml('Time'); ?>

getHtml('Timeformat'); ?>

getHtml('Numeric'); ?>

getHtml('Numberformat'); ?>

getHtml('Precision'); ?>
getHtml('Weight'); ?>
getHtml('Speed'); ?>
getHtml('Length'); ?>
getHtml('Area'); ?>
getHtml('Volume'); ?>