tpl = $this->createTemplate($this->base_tpl); $this->tpl->assign([ 'id' => $this->id, 'icon' => $this->icon, 'chart' => (bool) $this->chart, 'color' => $this->color, 'title' => $this->title, 'subtitle' => $this->subtitle, 'value' => $this->value, 'data' => $this->data, 'source' => $this->source, 'refresh' => $this->refresh, 'href' => $this->href, 'tooltip' => $this->tooltip, ]); return $this->tpl->fetch(); } }