Thanks for your feedback.
Unfortunately, this functionality has not been implemented. But the template architecture makes it easy to do.
For implementation, you need to add variables to the TowerBase class that will determine whether specific buttons should be displayed or not.
The next step is to extend the TowerPanel. The TowerPanel contains the Tower variable which refers to the TowerBase that the panel displays information about. You need to add code to the Show function. It will have to show/hide the buttons you want depending on the values of the variables in the Tower variable.