{% extends "core/dashboard/base.html" %} {% load static %} {% block content %}

Welcome Back, {{ request.user }}

    {% comment %}
  • Address
    {{ request.user.profile.present_address }}
  • Certification
    view
  • {% endcomment %}
  • Referral Link
    {{ request.user.profile.ref_code }}
  • Number of Referrals
    {{ request.user.profile.get_recommended_profiles|length }}

Withdraw

All Activities
{% for transaction in transactions %} {% if transaction.transaction_type == "DEPOSIT" %} {% else %} {% endif %} {% endfor %}
deposit withdraw {{ transaction.amount }} {{ transaction.tid }}
{% endblock content %}