{% load static %}
Happyvending
Store
(current)
PendingToVending
(current)
{% if request.user.is_authenticated %} {% if request.user.is_staff %}
Dashboard
Products
{% else %}
Profile
(current)
{% endif %} {% endif %}
{% if request.user.is_authenticated %}
Hello, {{request.user}}
Logout
{% else %}
Login
{% endif %}
{{cartItems}}
{% block content %} {% endblock content %}