{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Checkout - Payment Plan" %}{% endblock %} {% block content %}
{% trans "Choose how you want to pay for your order" %}
{% trans "Subtotal" %}: ${{ subtotal|floatformat:2 }}