{{#if hasPermission}}
{{> presentationView}}
{{else}}
{{> accessDenied}}
{{/if}}
{{#if gotMakingOfCardsetData}}
{{> presentationView}}
{{/if}}
{{#if isActiveRoute regex='presentation'}}
{{> pomodoroTimerModal}}
{{/if}}
{{#if isActiveRoute regex='demolist|presentationlist|makinglist'}}
{{> cardsetList}}
{{else}}
{{> cardNavigation}}
{{> flashcards}}
{{/if}}