Remove all occurences of check that a template if an instance of the class TwingTemplate

A class is a glorified factory. A template is something that satisfies a shape - an interface - and it can be constructed by any way imaginable. We MUST remove all occurrences where it is checked that a template was created using the TwingTemplate factory.

Edited by Eric MORAND