{{#*inline "dependencyPartial"}}
{{#if this.reason}}

{{this.reason}}

{{/if}} {{/inline}}
{{!-- Required Dependencies --}} {{#if required.length}}

{{ localize "MODMANAGE.DepRequiredEnable" }}

{{#each required}} {{> dependencyPartial}} {{/each}} {{/if}} {{!-- Optional Dependencies --}} {{#if optional.length}}

{{#if enabling}} {{ localize "MODMANAGE.DepOptionalEnable" }} {{else}} {{ localize "MODMANAGE.DepDisable" }} {{/if}}

{{#each optional}} {{> dependencyPartial}} {{/each}} {{/if}} {{#if (and optional.length subtypes)}}
{{/if}} {{!-- Module-Provided Sub-Types --}} {{#if subtypes}}

{{ localize "MODMANAGE.UnavailableDocuments" }}

{{{ subtypes }}}

{{/if}}