{% extends "recurring_payments/authnet/base.html" %} {% block title %} {% trans "Add / Update Customer Payment Information" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% if request.user.id == rp.user.id %} {% trans 'Manage my Payment Info' %} {% else %} {% trans "Manage Payment Info for " %} {{ rp.user.get_full_name }} ({{ rp.user.email }}) {% endif %}

Description: {{ rp.description }}

{% if payment_profile %} {% else %} {% endif %}
{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}