{% if perms.manage_staff %}
{% endif %}
{% if perms.manage_customers or perms.view_customers %}
{% endif %}
{% if perms.manage_orders or perms.view_orders %}
{% endif %}
{% if perms.manage_payments or perms.view_payments %}
{% endif %}
{% if perms.manage_billing or perms.view_billing %}
{% endif %}
{% if perms.manage_categories or perms.view_categories %}
{% endif %}
{% if perms.manage_inventory or perms.view_inventory %}
{% endif %}
{% if perms.view_reports %}
{% endif %}
{% if perms.view_damage_detection %}
{% endif %}
{% if perms.view_activity_logs %}
{% endif %}
{% if perms.manage_settings %}
{% endif %}