[REF] Move handling of form elements back to the Form
[civicrm-core.git] / templates / CRM / Contribute / Form / UpdateBilling.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
8 +--------------------------------------------------------------------+
9 *}
10 <div class="help">
11 <div class="icon inform-icon"></div>&nbsp;
12 {if $mode eq 'auto_renew'}
13 {ts}Use this form to update the credit card and billing name and address used with the auto-renewal option for your {$membershipType} membership.{/ts}
14 {else}
15 <strong>{ts 1=$amount|crmMoney 2=$frequency_interval 3=$frequency_unit}Recurring Contribution Details: %1 every %2 %3{/ts}
16 {if $installments}
17 {ts 1=$installments}for %1 installments{/ts}.
18 {/if}</strong>
19 <div class="content">{ts}Use this form to update the credit card and billing name and address used for this recurring contribution.{/ts}</div>
20 {/if}
21 </div>
22
23 {include file="CRM/Core/BillingBlockWrapper.tpl"}
24
25 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>