Summary

Running Jobs

{if $running_jobs} {foreach from=$running_jobs item=job}
  • Job {$job->id()}
  • {/foreach} {else} There are no currently running jobs. {/if}

    Completed Jobs

    {if $completed_jobs} {else} There are no recently completed jobs. {/if}