{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *}
{ts}This screen presents the list of most recent 1,000 scheduled jobs log entries.{/ts} {$docLink}
{if $jobId}

{ts}List of log entries for:{/ts} {$jobName}

{/if} {if $rows}
{strip} {* handle enable/disable actions*} {include file="CRM/common/enableDisableApi.tpl"} {foreach from=$rows item=row} {/foreach}
{ts}Date{/ts} {ts}Job Name{/ts} {ts}Command{/ts}/{ts}Job Status{/ts}/{ts}Additional Information{/ts}
{$row.run_time} {$row.name}
{$row.command}
{if $row.description}
Summary
{$row.description}
{/if} {if $row.data}
Details
{$row.data}
{/if}
{/strip}
{elseif $action ne 1}
  {if $jobId} {ts}This scheduled job does not have any log entries.{/ts} {else} {ts}There are no scheduled job log entries.{/ts} {/if}
{/if}