{% extends 'partials/backend.html' %} {% load static %} {% load humanize %} {% block content %}

Transaction logs

Filter

Lists

{% for h in his %} {% endfor %}
No. User Balance Amount Payment Transaction id Transaction fee Note Created Status Action
{{ h.id }} {{ h.user.email }}
{{ h.user.username }}
{{ h.amount|floatformat:2|intcomma }} Paymentpoint {{ h.id }} {{ h.fee|floatformat:2|intcomma }} 0 {{ h.date }} {{ h.status }}
{% endblock content %}