{% trans "Greetings:" %}

{% blocktrans %} The recurring payment account for {{ rp }} doesn't have a valid payment method set up yet. A notification is also sent to the customer {{ rp.user.get_full_name }} ({{ rp.user.email }}) to add/update their payment method on the payment gateway. {% endblocktrans %}


{% trans 'To add or update the payment method for this recurring payment account, go to' %}:
{{ site_url }}{% url "recurring_payment.view_account" rp.id %}

{% trans "Thanks!" %}

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