Dashboard {% if perms.manage_staff %} Staff {% endif %} {% if perms.manage_customers or perms.view_customers %} Customers {% endif %} {% if perms.manage_orders or perms.view_orders %} Orders {% endif %} {% if perms.manage_payments or perms.view_payments %} Payments {% endif %} {% if perms.manage_billing or perms.view_billing %} Invoices {% endif %} {% if perms.manage_categories or perms.view_categories %} Categories {% endif %} {% if perms.manage_inventory or perms.view_inventory %} Items {% endif %} {% if perms.view_reports %} Reports {% endif %} {% if perms.view_damage_detection %} AI Reports {% endif %} {% if perms.view_activity_logs %} Activity Logs {% endif %} {% if perms.manage_settings %} Shop Settings {% endif %}