{{#each products}}{{name}}{{/each}}
{{#each reactions}}{{name}}{{#unless @last}},{{/unless}}{{/each}}
- Drug Classes
- {{#each drugClasses}}{{name}}{{/each}}
- Nature of reaction
- {{ifnull mechanism 'N/A'}}
- Entered By
- {{#if originatorName}}{{formatName originatorName ',' ', '}}{{else}}N/A{{/if}}
- Verified
- {{#if verified}}{{formatDate verified "MM/DD/YYYY - HH:mm"}}{{else}}N/A{{/if}}
- Facility
- {{ifnull facilityName 'N/A'}}
- Severity
- {{ifnull severity 'Severity Not Noted'}}
- Originated
- {{#if entered}}{{formatDate entered "MM/DD/YYYY - HH:mm"}}{{else}}N/A{{/if}}
- Observed / Historical
- {{#if historical}}{{#compare historical true}}Historical{{/compare}}{{#compare historical false}}Observed{{/compare}}{{else}}Observed{{/if}}
- Observed Date
- {{ifnull observedDate 'N/A'}}
{{#each comments}} {{#if comment}}
{{/if}} {{/each}}