{{#if isInRole 'firstLogin'}}
{{> first_login_content_only}}
{{else}}
{{#if isInRole 'blocked'}}
{{> access_denied_content_only}}
{{else}}
{{#if hasPermission}}
{{> presentationView}}
{{else}}
{{_ "permission"}}
{{/if}}
{{/if}}
{{/if}}
{{#if gotMakingOfCardsetData}}
{{> presentationView}}
{{/if}}
{{#if isActiveRoute regex='presentation'}}
{{> presentationHelpModal}}
{{/if}}
{{#if isActiveRoute regex='demolist|presentationlist|makinglist'}}
{{> cardsetList}}
{{else}}
{{> cardNavigation}}
{{> flashcards}}
{{/if}}