{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {* this template is for configuring Scheduled Reminders Table*} {strip} {if $rows and is_array($rows)} {include file="CRM/common/enableDisableApi.tpl"} {include file="CRM/common/jsortable.tpl"} {/if} {if $rows and is_array($rows)} {foreach from=$rows item=row} {/foreach} {else} {/if}
{ts}Title{/ts} {ts}Reminder For{/ts} {ts}When{/ts} {ts}While{/ts} {ts}Repeat{/ts} {ts}Active?{/ts}
{$row.title} {$row.entity} - {$row.value} {if $row.absolute_date}{$row.absolute_date|crmDate}{else}{$row.start_action_offset} {$row.start_action_unit}{if $row.start_action_offset > 1}{ts}(s){/ts}{/if} {$row.start_action_condition} {$row.entityDate}{/if} {$row.status} {if $row.is_repeat eq 1}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}  {if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} {$row.action|replace:'xx':$row.id}
{ts}No Scheduled Reminders have been created.{/ts}
{/strip}