{% extends 'qrAdmin/base.html' %} {% load customtags %} {% block title %}Prodct QR - Dashboard for {{ object.username }}{% endblock %} {% block pageheading %}

Dashboard

{% endblock %} {% block pageheading2 %}
No. of Products
{% productCount %}
Manual View Count
215,000
Product Recall
{% productRecallCount %}
Account Expiry
Mar 26, 2022
{% endblock %} {% block content %}
Product Manual View
{{ data|json_script:"linedata" }} {{ month|json_script:"linelabel" }}
Category Breakdown
{{ category_data|json_script:"piedata" }} {{ category_label|json_script:"pielabel" }}
{% endblock %}