select tp.header, tp.template_url, '' as bgcolor from wf_context_task_panels tp, wf_cases c, wf_tasks t where t.task_id = :task_id and c.case_id = t.case_id and tp.context_key = c.context_key and tp.workflow_key = c.workflow_key and tp.transition_key = t.transition_key order by sort_key