{#if $licence.is_set} {#if $licence.is_valid && licenceError.length === 0}

{@html $licence.your_active_licence}

{:else}

{@html licenceError}

{/if} {:else}

{$strings.licence_not_entered} {$strings.please_enter_licence}

{$strings.once_licence_entered}

{/if}