{% extends 'layout/default.html' %} {% block addcss %} {% endblock addcss %} {% load i18n %} {% block title %}{% translate "Dashboard" %}{% endblock %} {% block content %} {% if '3' in request.user.get_role %}
| # | 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. | ||||