When to create additional views

Most pages create and register just one view named 'default'. This is quite OK for simple pages. For complicated pages which handle multiple event combinations it can become a burden to create and maintain single large TPL file with many IFs to switch what to show and what to hide.

Create additional views: