Hi! I'm on PS 1.7.6.1 and following the explanation on the documentation https://devdocs.prestashop.com/1.7/modules/concepts/templating/admin-views/ did work for me, using the following structure:
modules/foo/views/PrestaShop/Admin/Product/CatalogPage/catalog.html.twig
And inside the twig files I used {% extends 'PrestaShopBundle:Admin/Product/CatalogPage:catalog.html.twig' %}
Hope it helps