{% load i18n %}
{% load base_filters %}
{% trans "Greetings" %} {{ pt.recurring_payment.user.first_name }},
{% if pt.status %}
The payment has been received for the {{ pt.recurring_payment.description }}.
{% else %}
We attempted a payment for the {{ pt.recurring_payment.description }} but was failed. The failed reason is listed below.
{% endif %}
Payment amount: | {{ pt.amount|format_currency }} |
Billing cycle: | From {{ pt.recurring_payment_invoice.billing_cycle_start_dt|date:'N j Y' }} To {{ pt.recurring_payment_invoice.billing_cycle_end_dt|date:'N j Y' }} |
Date processed: | {{ pt.create_dt|date }} |
Reason failed: | {{ pt.message_text }} |
{{ site_display_name }}
{% trans "This e-mail was generated by Tendenci® Software - a" %} {% trans "web based membership management software solution" %} {% trans "tendenci.com developed by Schipul - The Web Marketing Company" %}