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

{% trans "Manage Payment Info for " %} {{ rp.user.get_full_name }} ({{ rp.user.email }})

{% if gateway_error %}
{% blocktrans %} Oops, we're not able to process your request at the moment due to an error from payment gateway. Please try again later or contact your site administrator for assistance. Thanks! {% endblocktrans %}
{% else %}
{% endif %}
{% endblock %} {% block extra_body %} {{ block.super }} {% if not gateway_error %} {% endif %} {% endblock %}