{% load i18n %} {% load base_filters %} {% trans "Greetings:" %}

A transaction was failed for the recurring payment ({{ pt.recurring_payment }}) on {{ site_display_name }}.

{% trans "Transaction details:" %}

Payment amount:{{ pt.amount|format_currency }}
Result code:{{ pt.result_code }}
Error code:{{ pt.message_code }}
Error text:{{ pt.message_text }}
Transaction date:{{ pt.create_dt|date }}

{% trans "More info for this recurring cycle:" %}

Customer:{{ pt.recurring_payment.user.get_full_name }}({{ pt.recurring_payment.user.email }})
Guid:{{ pt.recurring_payment.guid }}
Recurring cycle start date:{{ pt.recurring_payment_invoice.billing_cycle_start_dt|date }}
Recurring cycle end date:{{ pt.recurring_payment_invoice.billing_cycle_end_dt|date }}

{% trans "Thanks!" %}

{% trans "Time submitted:" %} {% now "D d M Y P" %}

{% trans "This e-mail was generated by Tendenci® Software - a" %} {% trans "web based membership management software solution" %} {% trans "www.tendenci.com developed by Schipul - The Web Marketing Company" %}