{% extends 'auth-base.html' %} {% load static %} {% load humanize %} {% load widget_tweaks %} {% load embed_video_tags %} {% block title %} User Dashboard {% endblock title %} {% block content %}

Dashboard

Cryptocurrency Prices by Coinlib

Popular Market

Invest Now

ALL TRANSACTOINS

{% for tran in transactions %} {% if tran.status == "PENDING" %} {% else %} {% endif %} {% endfor %}
# AMOUNT ($) TYPE TRANSACTION REF DATE STATUS
{{forloop.counter}} {{ tran.amount|intcomma}} {{tran.transaction_type}} {{tran.transaction_referrence}} {{tran.date}} {{tran.status}} {{forloop.counter}} {{ tran.amount|intcomma}} {{tran.transaction_type}} {{tran.transaction_referrence}} {{tran.date}} {{tran.status}}
Latest transactions

REFERRAL BONUS

{% if messages %} {% for msg in messages %} {% endfor %} {% endif %} {% for value in each_user_bonus_for_referrer %} {% endfor %}
USERNAME
{{ value.user}}
{% if referral_bonus.accumulated_bonus > 0 %} {% else %} {% endif %}
BTC/USD MARKET FUNDAMENTALS
ETH/USD MARKET FUNDAMENTALS
XRP/USD
{% endblock content %}