{% extends 'base.html' %} {% load static %} {% block header %} {% include 'components/header.html' %} {% endblock %} {% block content %} {% if user.is_authenticated %}
Employee id : {{ user.id }}
Received Amount: {{ user.receivedAmount }}
Received Bottles: {{ user.receivedBottle }}