{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Retry Payment" %} - {% trans "Order" %} #{{ order.id }}{% endblock %} {% block content %}
{% blocktrans %} This payment failed previously. Click the button below to attempt the charge again using your saved payment method. {% endblocktrans %}
{{ payment.installment_number }}/{{ schedule.total_installments }}
${{ payment.amount|floatformat:2 }}
{{ payment.due_date|date:"M d, Y" }}
{{ payment.retry_count }}/{{ schedule.max_retries }}