{{ text_payment_info }}

{% if paypal_order.capture_status != 'Complete' %} {% endif %} {% if paypal_order.capture_status != 'Complete' %} {% endif %}
{{ text_capture_status }} {{ paypal_order.capture_status }}
{{ text_amount_auth }} {{ paypal_order.total }} {% if paypal_order.capture_status != 'Complete' %}    {{ button_void }} {% endif %}
{{ text_amount_captured }} {{ paypal_order.captured }}
{{ text_amount_refunded }} {{ paypal_order.refunded }}
{{ text_capture_amount }}

{{ text_complete_capture }}

{{ button_capture }}

{{ text_reauthorise }} {{ button_reauthorise }}
{{ text_transactions }}: {% for transaction in transactions %} {% endfor %}
{{ column_trans_id }} {{ column_amount }} {{ column_type }} {{ column_status }} {{ column_pending_reason }} {{ column_date_added }} {{ column_action }}
{{ transaction.transaction_id }} {{ transaction.amount }} {{ transaction.payment_type }} {{ transaction.payment_status }} {{ transaction.pending_reason }} {{ transaction.date_added }} {% if transaction.transaction_id %} {{ text_view }} {% if transaction.payment_type == 'instant' and (transaction.payment_status == 'Completed' or transaction.payment_status == 'Partially-Refunded') %}  {{ text_refund }} {% endif %} {% else %} {{ text_resend }} {% endif %}