{% trans "Greetings" %} {{ rp.user.first_name }},

{% blocktrans with d=rp.description %} Your recurring payment account "{{ d }}" doesn't have a valid payment method associated with. {% endblocktrans %}


{% trans 'Please visit the link below to add or update the payment method' %}:
{{ site_url }}{% url "recurring_payment.view_account" rp.id %}
{% trans "Thanks!" %}

{{ site_display_name }}