CRM-15721 - Add Payment Processor Name to View Contribution page.
[civicrm-core.git] / templates / CRM / Contribute / Form / ContributionView.tpl
index 09ce0f93aad91533c4cf6926cd002f211bec4e51..edcdef2b7d988ca18ae5f70832cb5c32c39ae737 100644 (file)
   {/if}
   <tr>
     <td class="label">{ts}Paid By{/ts}</td>
-    <td>{$payment_instrument}</td>
+    <td>{$payment_instrument}{if $payment_processor_name} ({$payment_processor_name}){/if}</td>
   </tr>
 
   {if $payment_instrument eq 'Check'|ts}