</th>
				<th><?php 
        _e('Method', 'makery');
        ?>
</th>
				<th><?php 
        _e('Amount', 'makery');
        ?>
</th>
				<th>&nbsp;</th>
			</tr>
		</thead>
		<tbody>
			<?php 
        foreach ($withdrawals as $ID) {
            $withdrawal = ThemexShop::getWithdrawal($ID);
            ?>
			<tr>
				<td><?php 
            echo date_i18n(get_option('date_format'), strtotime($withdrawal['date']));
            ?>
</td>
				<td>
					<?php 
            _e('via', 'makery');
            ?>
					<?php 
            echo $withdrawal['method']['label'];
            ?>
					<?php 
            _e('to', 'makery');