diff --git a/app/reports/edit/template.hbs b/app/reports/edit/template.hbs
index b2f77d2378..01d1c37e8b 100644
--- a/app/reports/edit/template.hbs
+++ b/app/reports/edit/template.hbs
@@ -108,17 +108,20 @@
{{/if}}
- {{log nextAppointment}}
{{#if model.visit.outPatient}}
{{#if nextAppointments.length}}
-
- {{#each nextAppointments as |appointment|}}
- {{date-format appointment.startDate format="DD/MM/YYYY hh:mm a"}}
- {{#if appointment.appointmentType}}
- ({{appointment.appointmentType}})
- {{/if}},
- {{/each}}
+
+
+ {{#each nextAppointments as |appointment|}}
+ -
+ {{date-format appointment.startDate format="DD/MM/YYYY hh:mm a"}}
+ {{#if appointment.appointmentType}}
+ ({{appointment.appointmentType}})
+ {{/if}}
+
+ {{/each}}
+
{{/if}}