{% extends "base.html" %} {% load static %} {% block content %}
{% include "so_fraud/boostrap_widget.html" %}
{% if items %} items.json > {% for item in items|dictsortreversed:"txn_timestamp" %} {% endfor %}
id date uid card_id cardcard_isoa2 user_phone ip channel/sub_channel type amount terminal_id status afs action code reason
{{ item.id|truncatechars:32 }} {{ item.txn_timestamp }} {{ item.uid }} {{ item.card_id }} {{ item.card }} {{ item.card_isoa2 }} {{ item.user_phone }} {{ item.ip }} {{ item.channel }}/{{ item.sub_channel }} {{ item.transaction_type }} {{ item.data.amount }} {{ item.currency }} {{ item.terminal_id }} {{ item.txn_status|default:"-" }} {{ item.txn_afs_action|default:"-" }} {{ item.txn_code|default:"-" }} {{ item.txn_afs_reason|default:"-" }} scrooge
{% endif %} {% endblock %}