{% extends 'base.html' %} {% load static %} {% load crispy_forms_tags %} {% block subtitle %} {{ user.username }} {% endblock %} {% block content %}
{% endif %}
registered on > {{ user.date_joined }}
User Statistics
Current TRX
{{ statistic.current_amount|floatformat:2 }}
Withdrawal TRX
{{ statistic.withdrawn_amount|floatformat:2 }}
Generated TRX
{{ statistic.generated_amount|floatformat:2 }}
Referral TRX
{{ statistic.referrals_amount }}
Referral Total
{{ statistic.referrals_total }}
Subscription Total
{{ statistic.subscription_total }}
Withdrawals Total
{{ statistic.withdrawals_total }}
Statistics are not available for this account - please consult developers
{% endif %}