projectHeader->render($project, 'TaskListController', 'show') ?> isEmpty()): ?>

isEmpty()): ?> getCollection() as $task): ?>
order(t('Id'), 'tasks.id') ?> order(t('Swimlane'), 'tasks.swimlane_id') ?> order(t('Column'), 'tasks.column_id') ?> order(t('Category'), 'tasks.category_id') ?> order(t('Priority'), \Kanboard\Model\TaskModel::TABLE.'.priority') ?> order(t('Title'), 'tasks.title') ?> order(t('Assignee'), 'users.username') ?> order(t('Due date'), 'tasks.date_due') ?> order(t('Status'), 'tasks.is_active') ?>
user->hasProjectAccess('TaskModificationController', 'edit', $task['project_id'])): ?> render('task/dropdown', array('task' => $task)) ?> # text->e($task['swimlane_name']) ?> text->e($task['column_name']) ?> text->e($task['category_name']) ?> Ptext->e($task['priority'])?> url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?> text->e($task['assignee_name'] ?: $task['assignee_username']) ?> dt->date($task['date_due']) ?>