{{t 'home'}} {{t 'applications'}} {{t 'install'}} {{manifest.name}}

{{t 'infos'}}

{{t 'id'}}
{{id}}
{{t 'description'}}
{{manifest.description}}
{{#displayLicense}}
{{t 'license'}}
{{manifest.license}}
{{/displayLicense}}
{{t 'version'}}
{{manifest.version}}
{{t 'multi_instance'}}
{{manifest.multi_instance}}

{{t 'install'}}

{{#manifest.arguments.install}}
{{#if isDisplayText}}
{{#label}}

{{.}}

{{/label}}
{{else}} {{#if helpText}} {{{helpText}}} {{/if}}
{{#if isPassword}}

{{t 'good_practices_about_admin_password'}}

{{/if}} {{#if choices}} {{else}} {{/if}} {{#if helpLink}} {{{helpLink}}} {{/if}} {{#if example}} {{t 'form_input_example' example}} {{/if}}
{{/if}}
{{/manifest.arguments.install}}