explnum_notice) { $record = new notice($docnum->explnum_notice); } else { $record = new bulletinage($docnum->explnum_bulletin); } $template_path = $include_path.'/templates/explnum_in_list.tpl.html'; if(file_exists($include_path.'/templates/explnum_in_list_subst.tpl.html')){ $template_path = $include_path.'/templates/explnum_in_list_subst.tpl.html'; } $context = array('list_element' => $docnum, 'list_element_record' => $record); return static::render($template_path, $context, $this->get_context_parameters()); } public function is_expandable() { return false; } }