{config_load file=$language_path section="general"} {config_load file=$language_path section="emails"}
Date: {yes_date_short date=$EMAIL->date}
From: {$EMAIL->from_name} ({$EMAIL->from_email})
To: {$EMAIL->mailto}
{$EMAIL->subject}
{#staff#}:
{#existing_staff_allocations#}:
{foreach from=$ALLOCATIONS item=SA}
{yes_editor_name editor_id=$SA->customers_id} (ID: {$SA->customers_id})
{/foreach}
{$TEXT_STAFF_EMAIL_ADD_COMMENT}
{if $HISTORY.0}
{#staff_history#}:
{foreach from=$HISTORY item=H} {/foreach}
{#date_added#} {#comments#} {#editor#}
{yes_date_short date=$H.date_added} {$H.comments} {yes_editor_name editor_id=$H.customers_id}
{/if}