{% load i18n %}
{% load base_filters %}
{% trans "Greetings:" %}
A transaction
was processed {% if pt.status %}successfully{% endif %}{% if not pt.status %}but failed{% endif %}
for the recurring payment ({{ pt.recurring_payment }})
on {{ site_display_name }}.
Payment amount: | {{ pt.amount|format_currency }} |
Result code: | {{ pt.result_code }} |
Message code: | {{ pt.message_code }} |
Message text: | {{ pt.message_text }} |
Transaction date: | {{ pt.create_dt|date }} |
State: | {{ pt.payment.state }} |
Customer: | {{ pt.recurring_payment.user.get_full_name }}({{ pt.recurring_payment.user.email }}) |
Guid: | {{ pt.recurring_payment.guid }} |
Current cycle start: | {{ pt.recurring_payment_invoice.billing_cycle_start_dt|date }} |
Current cycle end: | {{ pt.recurring_payment_invoice.billing_cycle_end_dt|date }} |
{% 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" %}