* @param Cemetery $this->cemetery */ use Blossom\Classes\View; $name = View::escape($this->cemetery->getName()); $googleMapURL = View::escape($this->cemetery->getGoogleMapURL()); $title = $this->cemetery->getId() ? $this->translate('edit_cemetery') : $this->translate('add_cemetery'); ?>