{% extends '../../../base.html' %} {% load static %} {% block title %}Dashboard{% endblock title %} {% block content %}

dashboard



{% include "includes/alerts.html" %} {% include "includes/dashboard_slider.html" %}

Logged in as : {{user.full_name | title}}

Profile Picture

User Name : {{user.username}}



Email : {{user.email}}



Phone Number : {{user.Phone_number}}



{% if profile.address %}

Address : {{profile.address}}



{% endif %} {% if profile.city %}

City : {{profile.city}}



{% endif %} {% if profile.state %}

State : {{profile.state}}



{% endif %} {% if profile.country %}

Country : {{profile.country}}



{% endif %}
Total Orders

{{orders_count}}



{% endblock content %}