{% extends 'layout/default.html' %} {% block addcss %} {% endblock addcss %} {% load i18n %} {% block title %}{% translate "Dashboard" %}{% endblock %} {% block content %} {% if '3' in request.user.get_role %}
{% include 'partials/widgets/lists/_widget-27.html' %}
{% endif %} {% if '1' in request.user.get_role %}
{% include 'partials/widgets/lists/_widget-26.html' %}
{% endif %} {% if '1' in request.user.get_role or '2' in request.user.get_role %}

Todays Arrivals({{active_arrival_count}})

{% if active_arrival_list %} {% endif %} {% for aleta in active_arrival_list %} {% empty %} {% endfor %}
# Bill Id Product Name Supplier Actions
{{ forloop.counter }} {{aleta.bill.id}} {{aleta.product}} {{aleta.bill.supplier}}({{aleta.bill.supplier.supplier_code}})
No arrivals scheduled for today.
{% include 'partials/widgets/cards/_widget-21.html' %}
{% endif %}
{% if '2' in request.user.get_role %}
{% include 'partials/widgets/cards/_widget-25.html' %}
{% endif %} {% if '1' in request.user.get_role or '2' in request.user.get_role %}
{% include 'partials/widgets/cards/_widget-22.html' %}
{% endif %} {% if request.user.job_chat == 1 %}
{% include 'partials/widgets/cards/_widget-24.html' %}
{% endif %}
{% endblock content %} {% block script %} {% endblock script%}