diff --git a/themes/nluug/layouts/evenementen/schedule-event.html b/themes/nluug/layouts/evenementen/schedule-event.html
index d5a0c3f..c3d6335 100644
--- a/themes/nluug/layouts/evenementen/schedule-event.html
+++ b/themes/nluug/layouts/evenementen/schedule-event.html
@@ -166,8 +166,15 @@
{{ else }}
{{ if .title }}{{ if .keynote }}Keynote: {{ end }}{{ .title }}{{ end }}
{{ end }}
+ {{ if eq .language "nl" }}
+ 🇳🇱
+ {{ end }}
+ {{ if .not_recorded }}
+
+ {{ end }}
{{ end }}
+
{{ with .textfield }}
{{ if and (.text) (.link) }}
{{ .text }}
@@ -175,6 +182,7 @@
{{ with .text }}{{ . }}
{{ end }}
{{ end }}
{{ end }}
+
{{ end }}
{{ end }}