if ($category->description) : ?>
= htmlReady($category->description) ?>
endif ?>
if ($category->property_definitions): ?>
foreach ($category->property_definitions as $definition): ?>
-
= Icon::create('checkbox-checked')->asImg(['class' => 'text-bottom']) ?>
if ($definition->system): ?>
= htmlReady($definition) ?>
else: ?>
= htmlReady($definition) ?>
endif ?>
[= htmlReady($definition->type) ?>]
endforeach ?>
endif ?>