{% if transactions %} {% for transaction in transactions %} {% endfor %} {% else %} {% endif %}
{{ column_transaction }} {{ 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 %} {% if transaction.payment_type == 'instant' and (transaction.payment_status == 'Completed' or transaction.payment_status == 'Partially-Refunded') %}   {% else %} {% endif %}
{{ text_no_results }}