{% extends 'oscar/checkout/payment_details.html' %} {% load url from future %} {% load currency_filters %} {% load i18n %} {% block payment_details %}
{% trans "You are blocked." %}
{% else %} {% if user_accounts %}{% trans "Name" %} | {{ account.name }} |
---|---|
{% trans "Description" %} | {{ account.description }} |
{% trans "Expiry date" %} | {{ account.end_date }} |
{% trans "Balance" %} | {{ account.balance|currency }} |
{% trans "The order total is" %} {{ order_total_incl_tax|currency }}.
{% trans "The maximum allocation from this account is" %} {{ allocation_form.max_allocation|currency }}.
{% endif %} {% if account_allocations %}{% trans "Order total" %}: {{ order_total_incl_tax|currency }}. {% trans "You need to allocate another" %} {{ to_allocate|currency }}
{% endif %} {% endblock %}