{{#if src}}
{{#if isYouTube}} {{else}} {{/if}}
{{/if}} {{formGroup fields.src value=source.src localize=true input=srcInput rootId=rootId hint=(localize "JOURNALENTRYPAGE.VideoSourceHint")}} {{formGroup fields.video.fields.controls value=source.video.controls rootId=rootId}} {{formGroup fields.video.fields.autoplay value=source.video.autoplay rootId=rootId}} {{formGroup fields.video.fields.loop value=source.video.loop rootId=rootId}} {{formGroup fields.video.fields.volume value=source.video.volume rootId=rootId}}
{{localize "JOURNALENTRYPAGE.VideoStartTime"}}
{{formInput timestamp.h.field name="timestamp.h" value=timestamp.h.value placeholder=(localize "TIME.Hour.other")}} : {{formInput timestamp.m.field name="timestamp.m" value=timestamp.m.value input=timestamp.m.input placeholder=(localize "TIME.Minute.other")}} : {{formInput timestamp.s.field name="timestamp.s" value=timestamp.s.value input=timestamp.s.input placeholder=(localize "TIME.Second.other")}}
{{formInput fields.video.fields.width value=source.video.width id=(concat rootId "-video.width")}} {{formInput fields.video.fields.height value=source.video.height id=(concat rootId "-video.height")}}