The Admin Console template and style template have the same title:
mysql> select a.title, a.url, a.assetId, t.namespace from template as t join assetData as a on t.assetId = a.assetId and t.revisionDate=a.revisionDate where t.assetId in ('PBtmpl0000000000000137', 'PBtmpl0000000000000001');+---------------+----------------+------------------------+--------------+| title | url | assetId | namespace |+---------------+----------------+------------------------+--------------+| Admin Console | admin_console2 | PBtmpl0000000000000001 | AdminConsole || Admin Console | admin_console | PBtmpl0000000000000137 | style |+---------------+----------------+------------------------+--------------+
This is confusing for users who use the Asset Manager. They need to have different names, perhaps Admin Console Style for the style template?
Fixed in 7.5.11