{% extends 'admin_layout_two.html' %} {% load static %} {% block content %} Beni | Transaction Wallet Listing

Transaction Wallet Listing

{% csrf_token %}
{% comment %} {% endcomment %} {% for wallet in wallet_obj %} {% endfor %}
Transaction ID Date/Time Amount Type Transaction Type Reason Order ID Balance Add By
(User ID)
Actions
#{{wallet.id}}

{{ wallet.start_date|date:"d M Y" }}

{% if wallet.type == 'Addition' %}+{{ wallet.amount }}{% else %}-{{ wallet.amount }}{% endif %} {{ wallet.type }} {{ wallet.transcation_type}} {{ wallet.reason}} {% if wallet.order_id %}{{ wallet.order_id}}{% else %}-{% endif %} {{ wallet.balance }} #{{ wallet.buyer.user_id}} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% comment %} {% endcomment %}
{% if store_obj %}
{% endif %}
{% endblock %}