public static function use_mobile_template($template)
 {
     $template = new DispletRetsIdxTemplates(self::$_model);
     self::$_model = $template->get_model();
     return $template->get_templates();
 }