{{ if .timetable}}
{{- i18n "commons.contact.schedule" -}}
{{ range .timetable }}
{{ if or
.time_slot_morning.from
.time_slot_morning.to
.time_slot_afternoon.from
.time_slot_afternoon.to
}}
{{ .title }}
{{ if or
.time_slot_morning.from
.time_slot_morning.to
}}
{{- if .time_slot_morning.from }}
{{ end -}}
{{- if .time_slot_morning.to }}
{{ end -}}
{{ end }}
{{ if or
.time_slot_afternoon.from
.time_slot_afternoon.to
}}
{{- if .time_slot_afternoon.from }}
{{ end -}}
{{- if .time_slot_afternoon.to }}
{{ end -}}
{{ end -}}