My_Changes Template Update Not Reflecting

I want to edit the table in the orders section of the admin panel to achieve this I created the following folder structure

/design/backend/templates/addons/my_changes/views/orders/manage.tpl

I hoped that creating the new manage.tpl file would override the one at

/design/backend/templates/views/orders/manage.tpl

However on saving and clearing the cache I see no new changes to the view. I have also double checked that the my changes addon is active. Any ideas on what Im missing ?

it should be

 my_changes / overrides / ...

Darius is right. Please use

/design/backend/templates/addons/my_changes/overrides/views/orders/manage.tpl

thanks so much that fixed it. Where can I find the docs on the folder structure for overriding templates cause the docs never mentioned an override directory when talking about the modern_list.tpl tutorial

Please take a look

https://docs.cs-cart.com/latest/developer_guide/addons/hooking/tpl_hooks.html#how-to-override-a-template