Merge pull request #50 from yashodha/fix-version
[civicrm-core.git] / xml / templates / message_templates / grant_submitted_html.tpl
CommitLineData
6a488035
TO
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>
14Grant Program Name: {$grant_programs} <br>
15Grant Type : {$grant_type}<br>
16Total 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>