<%- t('Name') %> | <%- t('Description') %> | <%- t('Author') %> | <%- t('Version') %> |
---|---|---|---|
<%- library.name %> | <%- library.about ? library.about.description : '' %> | '><%- library.about ? library.about.author : '' %> | <%- library.about ? library.about.version : '' %> |
<%- t('Name') %> | <%- t('Description') %> | <%- t('Author') %> | <%- t('Version') %> | <%- t('Enabled') %> |
---|---|---|---|---|
<%- module.name %> | <%- module.about ? module.about.description : '' %> | '><%- module.about ? module.about.author : '' %> | <%- module.about ? module.about.version : '' %> | <%- module.enabled ? 'Yes' : 'No' %> |