protected function buildTemplateChoices()
 {
     $templates = array();
     foreach ($this->template_chain->getTemplates() as $alias => $template) {
         $templates[$alias] = $template->getName();
     }
     return $templates;
 }
 public function getFcTemplate($alias)
 {
     return $this->template_chain->getTemplate($alias)->getName();
 }