attributes; $languages = ISO639Enum::getConstants(); $types = $this->attributeTypes; $units = $this->units; /** @var \phpOMS\Localization\Localization $l11n */ $l11n = $this->data['defaultlocalization'] ?? new NullLocalization(); ?>
getHtml('Attribute', 'Attribute', 'Backend'); ?>

                
getHtml('Attributes', 'Attribute', 'Backend'); ?>
$value) : ++$c; ?>
getHtml('ID', '0', '0'); ?> getHtml('Name', 'Attribute', 'Backend'); ?> getHtml('Value', 'Attribute', 'Backend'); ?> getHtml('Unit', 'Attribute', 'Backend'); ?>
type->isRequired) : ?> id; ?> printHtml($value->type->getL11n()); ?> value->getValue() instanceof \DateTime ? $value->value->getValue()->format('Y-m-d') : $this->printHtml((string) $value->value->getValue()); ?> printHtml($value->value->unit); ?>
getHtml('Empty', '0', '0'); ?>