{% extends 'root/base.html' %} {% load static %} {% block title %} Home {% endblock %} {% block maincontent %}
{% if popular_product_array %} {% if frequently_purchased_flag == "1" %}

Quick Link : My orders

Frequently purchased items in the company


{% endif %} {% endif %} {% if fav_cart_num_list %}

Favourite Shopping Carts


{% endif %} {% if recently_viewed_product_array %} {% if recently_viewed_flag == "1" %}

Recently Viewed Products



{% endif %} {% endif %}
Organizational Announcements
{% for data in org_announcements_data %} {% if data.priority == 'High' %}
{{data.announcement_subject}}

{{data.announcement_description}}

{% elif data.priority == 'Medium' %}
{{data.announcement_subject}}

{{data.announcement_description}}

{% elif data.priority == 'Low' %}
{{data.announcement_subject}}

{{data.announcement_description}}

{% endif %} {% endfor %}
Support
question_answer Chat With Us -
mail_outline Write Us An E-mail -
support_agent Call Us -
{% include 'ProductDetailPopup/product_complete_detail_popup.html' %} {% include 'root/loader.html' %} {% endblock %}