{{ end }}
{{ if .timetable}}
{{ $time_size := "full-size" }}
{{ if and (or .emails .url) .phone_numbers .socials }}
{{ $time_size = "reduced" }}
{{ end}}
{{- 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 -}}