{% 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 %}

{% trans "Transaction details:" %}

{% if not pt.status %} {% 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 }}

To view your account, go to:
{{ site_url }}{% url recurring_payment.view_account pt.recurring_payment.id %}

To update your payment method, go to:
{{ site_url }}{% url recurring_payment.authnet.update_payment_info pt.recurring_payment.id %}

Your login username is: {{ pt.recurring_payment.user.username }}

{% trans "Thanks!" %}

{{ 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" %}