Merge pull request #20884 from MegaphoneJon/financial-89
[civicrm-core.git] / templates / CRM / Form / default.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 {if !$suppressForm}
11 <form {$form.attributes} >
12 {crmRegion name='form-top'}{/crmRegion}
13 {/if}
14
15 {crmRegion name='form-body'}
16 {include file="CRM/Form/body.tpl"}
17
18 {include file=$tplFile}
19 {/crmRegion}
20
21 {if !$suppressForm}
22 {crmRegion name='form-bottom'}{/crmRegion}
23 </form>
24 {/if}