{% extends 'auth-base.html' %} {% load static %} {% load humanize %} {% load widget_tweaks %} {% load embed_video_tags %} {% block title %} User Dashboard {% endblock title %} {% block content %}
| # | AMOUNT ($) | TYPE | TRANSACTION REF | DATE | STATUS | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{forloop.counter}} | {{ tran.amount|intcomma}} | {{tran.transaction_type}} | {{tran.transaction_referrence}} | {{tran.date}} | {{tran.status}} | {% else %}{{forloop.counter}} | {{ tran.amount|intcomma}} | {{tran.transaction_type}} | {{tran.transaction_referrence}} | {{tran.date}} | {{tran.status}} | {% endif %}