{* +--------------------------------------------------------------------+ | 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 *} {if $setTab eq 1} {if $component eq 'event'} {include file="CRM/Event/Form/ManageEvent/Tab.tpl"} {/if} {else} {if $action eq 1 or $action eq 2 or $action eq 8 or $action eq 16384} {include file="CRM/Admin/Form/ScheduleReminders.tpl"} {else} {if !$component} {capture assign=schedRemindersDocLink}{docURL page="user/email/scheduled-reminders/"}{/capture}
{ts}Scheduled reminders allow you to automatically send messages to contacts regarding their memberships, participation in events, or other activities.{/ts} {$schedRemindersDocLink}
{/if}
{if $rows}
{include file="CRM/Admin/Page/Reminders.tpl"}
{else}
{ts}None found.{/ts}
{/if}
{/if} {/if}