{% load static %}
Virgin Fashion
{{cartItems}}
About
Contact
+971505535398
Welcome, {% if user.username %}{{user.username}}{% else %}Customer{% endif %}
$ USD
English
{% if user.is_authenticated %}
Profile
Change Password
Logout
{% else %}
SignIn
{% endif %}
Categories
{% for category in categories %}
{{category.name}}
{% for classification in category.classifications.all %}
{{ classification.name }}
{% endfor %}
{% endfor %}
{% comment %}
Deals
{% endcomment %}
New Arrivals
Popular
Store
{% csrf_token %}
{{cartItems}}
{% block content %} {% endblock content %}