Merge pull request #3799 from routinet/patch-1
[civicrm-core.git] / xml / templates / message_templates / contribution_online_receipt_text.tpl
index 2c85b65437bec88439c4f59b73cdcd649756b2f0..aa8fe702412db847159dad6bd2e41ac0aee38882 100644 (file)
 {foreach from=$honoreeProfile item=value key=label}
 {$label}: {$value}
 {/foreach}
-
+{elseif $softCreditTypes and $softCredits}
+{foreach from=$softCreditTypes item=softCreditType key=n}
+===========================================================
+{$softCreditType}
+===========================================================
+{foreach from=$softCredits.$n item=value key=label}
+{$label}: {$value}
+{/foreach}
+{/foreach}
 {/if}
 {if $pcpBlock}
 ===========================================================