{% extends "base.html" %} {% load i18n %} {% block title %}{% trans 'Order Details' %}{% endblock %} {% block head %} {% endblock %} {% block body %}
{% blocktrans with object.completed as completed %} Payment completed on: {{ completed|date:"F j, Y" }} {% endblocktrans %}
You can use a fake payment below to simulate paying for this order.
Pay using FakePayments™ {% else %}{% blocktrans %} This order is expired. New payments cannot be initialized. Please make a new order if necessary. {% endblocktrans %}
{% blocktrans %} This order could not be processed as it is not valid. Please contact customer service. {% endblocktrans %}