<#assign license = getLicense()/>
<#if license?has_content>
    
        - <@t.page 'version'/>:
- ${license.version!}
        - <@t.page 'license.authorization'/>:
- ${license.authorization!}
        - <@t.page 'license.organization'/>:
- ${license.organization!}
        - <@t.page 'license.domain'/>:
- ${license.domain!}
        - <@t.page 'license.start_date'/>:
- ${license.startDate!}
        - <@t.page 'license.end_date'/>:
- ${license.endDate!}
        - <@t.page 'license.issue'/>:
- ${license.issue!}
        - <@t.page 'license.verify_on_line'/>:
    
#if>