{{! Weapon Types Tab }}
{{#each weaponTypes}}
{{#if this.isCustom}} {{/if}}
{{/each}}
{{! Weapon Groups Tab }}
{{#each weaponGroups}}
{{#if this.isCustom}} {{/if}}
{{/each}}