{% extends "base.html" %} {% load static %} {% block content %}
txn_extid | txn_timestamp | uid | login_id | card_id | card | card_isoa2 | user_phone | ip | channel/sub_channel | type | transaction_type | amount | terminal_id | txn_status | txn_afs_action | txn_code | afs_verification_level | txn_is_authed | txn_afs_reason | links |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ item.txn_extid }} | {{ item.txn_timestamp }} | {{ item.uid }} | {% url 'mail.so.daemons.antifraud.antifraud_django.sofraud:verification_levels' project=project as path %}{{item.login_id}} | {{ item.card_id }} | {{ item.card }} | {{ item.card_isoa2 }} | {{ item.user_phone }} | {{ item.ip }} | {{ item.channel }}/{{ item.sub_channel }} | {{ item.type }} | {{ item.transaction_type }} | {{ item.amount }} {{ item.currency }} | {{ item.terminal_id }} | {{ item.txn_status|default:"-" }} | {{ item.txn_afs_action|default:"-" }} | {{ item.txn_code|default:"-" }} | {{ item.afs_verification_level|default:"-" }} | {{ item.txn_is_authed|default:"-" }} | {{ item.txn_afs_reason|default:"-" }} |
![]() |