Health Benefits and Insurance
Service Connected
{{#if serviceConnected}}
Yes
{{else}}
No
{{/if}}
Service Connected Conditions
{{#if scCondition.length}} {{#each scCondition}}
{{name}} ({{scPercent}}%)
{{/each}} {{else}}
No Record Found
{{/if}}
Insurance
{{#if insurance}} {{#with insurance}}
Insurance Name{{companyName}}
Group{{groupNumber}}
Holder{{toLowerCase policyHolder}}
Effective Date{{formatDate effectiveDate}}
Expiration Date{{formatDate expirationDate}}
{{/with}} {{else}}
No Record Found
{{/if}}