Nana Trading
    {% for item in nav_items %}
  • {{ item.name }}
  • {% endfor %}
{% if user.is_authenticated %} {{ user.cart.cartitem_set.count }} {% else %} {{ request.session.cart|length }} {% endif %} {% if user.is_authenticated %} {{ user.wishlist_set.count }} {% else %} 0 {% endif %} {% if user.is_authenticated %}
  • Profile
  • My Orders
  • {% if user.is_staff %}
  • Admin
  • {% endif %}

  • Logout
{% else %} Sign In Sign Up {% endif %}