File: /var/www/html/wp-content/plugins/memberpress/app/views/emails/admin_refunded_txn.php
<?php if (!defined('ABSPATH')) {
die('You are not allowed to call this page directly.');
} ?>
<div id="header" style="width: 680px; padding: 0px; margin: 0 auto; text-align: left;">
<h1 style="font-size: 30px; margin-bottom: 0;"><?php echo esc_html_x('Transaction Refunded', 'ui', 'memberpress'); ?></h1>
<h2 style="margin-top: 0; color: #999; font-weight: normal;"><?php echo esc_html_x('{$trans_num} – {$user_full_name}', 'ui', 'memberpress'); ?></h2>
</div>
<div id="body" style="width: 600px; background: white; padding: 40px; margin: 0 auto; text-align: left;">
<div class="section" style="display: block; margin-bottom: 24px;"><?php echo esc_html_x('A transaction was just refunded on {$blog_name}:', 'ui', 'memberpress'); ?></div>
<table style="clear: both;" class="transaction">
<tr><th style="text-align: left;"><?php echo esc_html_x('Amount:', 'ui', 'memberpress'); ?></th><td>{$payment_amount}</td></tr>
<tr><th style="text-align: left;"><?php echo esc_html_x('Transaction:', 'ui', 'memberpress'); ?></th><td>{$trans_num}</td></tr>
<tr><th style="text-align: left;"><?php echo esc_html_x('Date:', 'ui', 'memberpress'); ?></th><td>{$trans_date}</td></tr>
<tr><th style="text-align: left;"><?php echo esc_html_x('Status:', 'ui', 'memberpress'); ?></th><td><?php echo esc_html_x('Refunded', 'ui', 'memberpress'); ?></td></tr>
<tr><th style="text-align: left;"><?php echo esc_html_x('Payment System:', 'ui', 'memberpress'); ?></th><td>{$trans_gateway}</td></tr>
<tr><th style="text-align: left;"><?php echo esc_html_x('Name:', 'ui', 'memberpress'); ?></th><td>{$user_full_name}</td></tr>
<tr><th style="text-align: left;"><?php echo esc_html_x('Email:', 'ui', 'memberpress'); ?></th><td>{$user_email}</td></tr>
<tr><th style="text-align: left;"><?php echo esc_html_x('Login:', 'ui', 'memberpress'); ?></th><td>{$user_login}</td></tr>
</table>
</div>