{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Payment" %}

{% trans "You will be forwarded to Paypal for payment now." %}

{% if order.partially_paid %} {% else %} {% for item in order.items.all %} {% if item.line_item_discount %}{% endif %} {% endfor %} {# LEAVE THE HANDLING CHARGE ALONE! PAYPAL SHIPPING WILL INEVITABLY BE MESSED UP IF YOU USE THEIR SHIPPING METHODS #} {# To work around their bizarre system, we are telling Paypal "no shipping" and adding all shipping charges as handling #} {% endif %} {# only U.S. abbreviations may be used here #}{% ifequal address.country.iso2_code|lower 'us' %}{% ifequal address.state|length 2 %}{% endifequal %}{% endifequal %}
{% endblock %}