Import from SVN (r45945, r596)
[civicrm-core.git] / xml / templates / message_templates / grant_approved_html.tpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5 <title></title>
6 </head>
7 <body>
8 {capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture}
9 {capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture}
10 {capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture}
11
12 <p>Dear {contact.display_name},</p>
13 <p>This is being sent to you as a receipt of {$grant_status} grant.</p>
14 Grant Program Name: {$grant_programs} <br>
15 Grant Type : {$grant_type}<br>
16 Total Amount : {$params.amount_total}<br>
17 {if customField}
18 {foreach from=$customField key=key item=data}
19 <b>{$customGroup.$key}</b><br>
20 {foreach from=$data key=dkey item=ddata}
21 {$ddata.label} : {$ddata.value}<br>
22 {/foreach}
23 {/foreach}
24 {/if}
25 </body>
26 </html>