* @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'); ?>

translate('info_section'); ?>
template->getHelper('saveAndCancelButtons'); echo $h->saveAndCancelButtons($this->section->getCemetery()->getUri()); ?>
translate(['map', 'maps', 2]); ?>
section->getMap('highlight'); if ($highlight) { echo "
"; } ?>
section->getMap('zoom'); if ($zoom) { echo "
"; } ?>