{{#if hasAdmissionsReport}}
Admissions
{{#each reports}}
{{#if (isEqual this.type 'admissions')}}
- {{this.name}}
{{/if}}
{{/each}}
{{/if}}
{{#if hasMilestonesReport}}
Milestones
{{#each reports}}
{{#if (isEqual this.type 'milestones')}}
- {{this.name}}
{{/if}}
{{/each}}
{{/if}}