{{if count( $rows )}}
{{foreach $rows as $row}}

{$row['text']|raw}

{{if $row['complete'] === NULL}}
{lang="progress_bar_percent_not_available"}
{{else}}
{$row['complete']}%
{{endif}}
{{endforeach}}

{{if settings.task_use_cron}} {lang="background_processes_desc"} {{else}} {lang="background_processes_desc_nocron"} {{endif}}
{lang="background_processes_run_now" sprintf="\IPS\Member::loggedIn()->language()->addToStack('background_process_run_title')"}

{{else}}
{lang="no_background_processes"}
{{endif}}