{% extends "site/base_profile.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} SNR Shop BD | Profile {% endblock title %} {% block css %} {% endblock css %} {% block content %} my profile Home profile {% include 'site/profile/includes/profile_sidebar.html' %} Total Referral amount ${{ user.amount }} Create New Withdraw Request {% csrf_token %} {{ form|crispy }} Create Withdraw {% endblock content %}
Total Referral amount