{{#if getLicenseCount}}
{{#if getLicenseType 'by'}}
{{_ "modal-dialog.by-desc"}}
{{/if}}
{{#if getLicenseType 'nc'}}
{{_ "modal-dialog.nc-desc"}}
{{/if}}
{{#if getLicenseType 'nd'}}
{{_ "modal-dialog.nd-desc"}}
{{/if}}
{{#if getLicenseType 'sa'}}
{{_ "modal-dialog.sa-desc"}}
{{/if}}
{{else}}
{{_ "modal-dialog.zero-desc"}}
{{/if}}