{% block styles %}{% endblock %}
{% if session.logged_in %}
Al-Wasiqa
Packages Private Limited
Dashboard
Jambo Rolls
View All Jambos
{% if 'allowed_features' in session and 'jambo_entry' in session['allowed_features'] %}
Bulk Add Jambos
{% endif %}
Orders
View All Orders
New Order
Parties
Production
Production Data
Reports
Generate Bill
Generate Jambo Bill
Item Create
{% if session.role == 'admin' %}
Settings
User Management
Create User
System Settings
{% endif %}
{{ session.full_name or session.username }}
My Profile
Change Password
Logout
{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}