soft credit statistics, hyperlink for soft-credit-for-name
[civicrm-core.git] / templates / CRM / Contribute / Page / ContributionTotals.tpl
index 42647a871db2a603e6b705692c8b528ea6d448a4..f5a7e39da19745b3e76087f80c3c08f52691d418 100644 (file)
             <th class="disabled right contriTotalRight"> &nbsp; {ts}Total Cancelled Amount{/ts} - {$contributionSummary.cancel.amount}</th>
           {/if}
       </tr>  
+      {if $contributionSummary.soft_credit.count}
+      <tr>
+        <th class="contriTotalLeft right">{ts}Total Soft Credit Amount{/ts} - {$contributionSummary.soft_credit.amount}</th>
+        <th class="right"> &nbsp; {ts}# Completed Soft Credits{/ts} - {$contributionSummary.soft_credit.count}</th>
+        <th class="right contriTotalRight"> &nbsp; {ts}Avg Soft Credit Amount{/ts} - {$contributionSummary.soft_credit.avg}</th>
+      </tr>  
+      {/if}
     {/if}
     
     </table>