{{!-- If no role type, that means both static and dynamic requests returned an error --}}
{{#unless @roleType }}
{{/unless}}
{{#if (and (not @model.errorMessage) (eq @roleType 'dynamic'))}}
{{/if}}
{{!-- DYNAMIC ROLE --}}
{{#if (and (eq @roleType 'dynamic') @model.username)}}
{{/if}}
{{!-- STATIC ROLE --}}
{{#if (and (eq @roleType 'static') @model.username)}}
{{/if}}