* @param Section $this->section */ use Blossom\Classes\View; $code = View::escape($this->section->getCode()); $name = View::escape($this->section->getName()); $title = $this->section->getId() ? $this->translate('edit_section') : $this->translate('add_section'); ?>