2021-02-17 21:01:44 +00:00
|
|
|
{{page-title "Job " this.model.name}}
|
2020-07-09 20:19:07 +00:00
|
|
|
{{component (concat "job-page/" this.model.templateType)
|
|
|
|
job=this.model
|
|
|
|
sortProperty=this.sortProperty
|
|
|
|
sortDescending=this.sortDescending
|
|
|
|
currentPage=this.currentPage
|
2018-01-25 22:18:53 +00:00
|
|
|
gotoJob=(action "gotoJob")
|
2021-10-07 21:11:38 +00:00
|
|
|
gotoTaskGroup=(action "gotoTaskGroup")
|
|
|
|
gotoClients=(action "gotoClients")
|
|
|
|
}}
|