{{ text_payment_info }}

{{ entry_capture_status }}: {% if complete %} {{ text_complete }} {% else %} {{ text_incomplete }} {% endif %}
{{ entry_capture }} {% if complete %} - {% else %} {{ entry_complete_capture }}
{{ button_capture }} {% endif %}
{{ entry_void }} {% if complete %} - {% else %} {{ button_void }} {% endif %}
{{ entry_transactions }} {% for transaction in transactions %} {% endfor %}
{{ column_transaction_id }} {{ column_transaction_type }} {{ column_amount }} {{ column_time }} {{ column_actions }}
{{ transaction.transaction_reference }} {{ transaction.transaction_type }} {{ transaction.amount|number_format(2) }} {{ transaction.time }} {% for action in transaction.actions %} [{{ action.title }}] {% endfor %}