{* +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2020 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {* this template is used for adding/editing/deleting grant *}
{if $action eq 8}

  {ts}Are you sure you want to delete this Grant?{/ts} {ts}This action cannot be undone.{/ts}

{include file="CRM/Grant/Form/Task.tpl"}

{else}
{include file="CRM/common/formButtons.tpl" location="top"}
{$form.contact_id.label} {$form.contact_id.html}
{$form.status_id.label} {$form.status_id.html}
{$form.grant_type_id.label} {$form.grant_type_id.html}
{$form.amount_total.label} {$form.amount_total.html}
{$form.amount_requested.label} {$form.amount_requested.html}
{ts}Amount requested for grant in original currency (if different).{/ts}
{$form.amount_granted.label} {$form.amount_granted.html}
{$form.application_received_date.label} {$form.application_received_date.html}
{$form.decision_date.label} {$form.decision_date.html}
{ts}Date on which the grant decision was finalized.{/ts}
{$form.money_transfer_date.label} {$form.money_transfer_date.html}
{ts}Date on which the grant money was transferred.{/ts}
{$form.grant_due_date.label} {$form.grant_due_date.html}
{$form.grant_report_received.label} {$form.grant_report_received.html}
{$form.rationale.label} {$form.rationale.html}
{$form.note.label} {$form.note.html}
{include file="CRM/common/customDataBlock.tpl"}
{include file="CRM/Form/attachment.tpl"}
{/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}