In the next example, it's possible to change active="True" on template id="b" when template id="a" is activated on the web interface?
template id="a" inherit_id="x" active="False" customize_show="True"
...
</template>
<template id="b" inherit_id="y" active="False">
...
</template>