{* +--------------------------------------------------------------------+ | 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 used for adding/editing batch *} {if $action eq 8}

{ts}Delete Data Entry Batch{/ts}

{elseif $action eq 2}

{ts}Edit Data Entry Batch{/ts}

{else}

{ts}New Data Entry Batch{/ts}

{/if}
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 8}
{icon icon="fa-info-circle"}{/icon} {ts}WARNING: Deleting this batch will result in the loss of all data entered for the batch.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
{else}
{$form.title.label} {$form.title.html}
{$form.type_id.label} {$form.type_id.html}
{$form.description.label} {$form.description.html}
{$form.item_count.label} {$form.item_count.html}
{$form.total.label} {$form.total.html|crmAddClass:eight}
{/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}