{% load i18n %} {% load base_filters %} {% trans "Greetings" %} {{ pt.recurring_payment.user.first_name }},

{% if pt.status %} {% blocktrans with d=pt.recurring_payment.description %} The payment has been received for the {{ d }}. {% endblocktrans %} {% else %} {% blocktrans with d=pt.recurring_payment.description %} We attempted a payment for the {{ d }} but was failed. The failed reason is listed below. {% endblocktrans %} {% endif %}

{% trans "Transaction details:" %}

{% if not pt.status %} {% endif %}
{% trans 'Payment amount' %}:{{ pt.amount|format_currency }}
{% trans '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' }}
{% trans 'Date processed' %}:{{ pt.create_dt|date }}
{% trans 'Reason failed' %}:{{ pt.message_text }}

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

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

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