A recurring donation from one of your supporters has been cancelled. Details are below.


This donation was cancelled by <%= @donation.recurring_donation.cancelled_by %>.

The donor has also received a notification of the cancellation.


<% if @charge && @charge.failure_message.present? %>

The failure message we received from the payment processor was: <%= @charge.failure_message %>

<% end %> <%= render 'components/email/supporter_table', supporter: @donation.supporter %>
<%= render 'cancelled_recurring_donation_table', donation: @donation %>
<%= render 'recurring_donation_table', donation: @donation %>

You can also access settings for this recurring donation from your Recurring Donations Dashboard

<%= render 'emails/sig' %>