getRepository('ChamiloPluginBundle:ImsLti\ImsLtiTool')->findAll(); $template = new Template($plugin->get_title()); $template->assign('tools', $tools); $content = $template->fetch('ims_lti/view/admin.tpl'); $template->assign('header', $plugin->get_title()); $template->assign('content', $content); $template->display_one_col_template();