%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
A refund has been made for the following payment. Here is a copy of the receipt for your records (the supporter also received a copy):
<%= render 'user_mailer/refund_receipt', charge: @charge, refund: @refund %>
<% if @supporter %>
<%= render 'components/email/supporter_table', supporter: @supporter %>
<% end %>
Manage your payments here.
<%= render 'emails/sig' %>