* @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com */ /** * @var \phpOMS\Views\View $this * @var \Modules\Tasks\Models\Task[] $tasks */ $tasks = $this->getData('tasks'); echo $this->getData('nav')->render(); ?>