t(['.title', 'id' => $this->job_task->id]) ?>

contentFor('subnavbar', function(){ ?>
  • linkTo($this->t(".nav.list"), ['action' => "index"]) ?>
  • is_admin() && $this->job_task->status == "error") : ?>
  • linkTo($this->t(".nav.restart"), ["#restart", 'id' => $this->job_task->id]) ?>
  • is_admin() && $this->job_task->status != 'pending') : ?>
  • linkTo('Force restart', ["#restart", 'id' => $this->job_task->id]) ?>