{if $type eq 'userTemplates'}
{capture assign=schedRemURL}{crmURL p='civicrm/admin/scheduleReminders' q="reset=1"}{/capture}
{ts 1=$schedRemURL}Message templates allow you to easily create similar emails or letters on a recurring basis. Messages used for membership renewal reminders, as well as event and activity related reminders should be created via Schedule Reminders.{/ts}
{if array_search('CiviMail', $config->enableComponents)}
{capture assign=automatedMsgURL}{crmURL p='civicrm/admin/component' q="reset=1"}{/capture}
{ts 1=$automatedMsgURL}You can also use message templates for CiviMail (bulk email) content. However, subscribe, unsubscribe and opt-out messages are configured at Administer > CiviMail > Headers, Footers and Automated Messages.{/ts}
{/if}
{help id="id-intro"}
{else}
{ts}System workflow message templates are used to generate the emails sent to constituents and administrators for contribution receipts, event confirmations and many other workflows. You can customize the style and wording of these messages here.{/ts} {help id="id-system-workflow"}
{/if}
{if $action ne 1 and $action ne 2 and $type eq 'userTemplates'}
{/if}
{if $action ne 1 and $action ne 2 and $type eq 'userTemplates'}
{crmButton p='civicrm/admin/messageTemplates/add' q="action=add&reset=1" id="newMessageTemplates" icon="plus-circle"}{ts}Add Message Template{/ts}{/crmButton}
{/if}
{if !empty( $template_row) }
{if $type eq 'userTemplates'}{ts}Message Title{/ts}{else}{ts}Workflow{/ts}{/if} | {if $type eq 'userTemplates'}{ts}Message Subject{/ts} | {ts}Enabled?{/ts} | {/if}|
---|---|---|---|
{$row.msg_title} | {if $type eq 'userTemplates'}{$row.msg_subject} | {if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} | {/if}{$row.action|replace:'xx':$row.id} |
{crmButton p='civicrm/admin/messageTemplates/add' q="action=add&reset=1" id="newMessageTemplates" icon="plus-circle"}{ts}Add Message Template{/ts}{/crmButton}
{/if}
{if empty( $template_row) }
{ts 1=$crmURL}There are no User-driven Message Templates entered. You can add one.{/ts}
{/if}