<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%> <%if @donation.recurring_donation%>

A recurring donation has just been paid successfully. Please see the receipt and details below.

<%else%>

A one-time donation has just been paid successfully. Please see the receipt and details below.

<%end%>
<% if @donation.anonymous || @donation.supporter.anonymous %>

This donor chose to make this contribution anonymously


<% end %> <%= render 'components/email/supporter_table', supporter: @donation.supporter %>
<%= render 'donation_mailer/donation_payment_table', donation: @donation, charge: @charge %> <% if @donation.recurring_donation %>

To modify or cancel this recurring donation, please visit your recurring donations dashboard at this link: <%= nonprofits_recurring_donations_url(@nonprofit) %>


<% end %> <%= render 'emails/sig' %>