+ + + +
+
+
+

<%= t('publish.schedule.heading') %>

+ + <%- include("../partials/error-handler", { errors: locals?.errors?.filter((error) => !['year', 'month', 'day'].includes(error.field)) }); %> + +
+
+
+ <%= t('publish.schedule.form.date.label') %> +
<%= t('publish.schedule.form.date.hint') %>
+ <% if (locals.dateError) { %> +

+ Error: <%= t(locals.dateError.message.key) %> +

+ <% } %> +
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+
+ <%= t('publish.schedule.form.time.label') %> +
<%= t('publish.schedule.form.time.hint') %>
+ <% if (locals.timeError) { %> +

+ Error: <%= t(locals.timeError.message.key) %> +

+ <% } %> +
+
+ + +
+
+
+
+ + +
+
+
+
+ + <%= t('buttons.cancel')%> +
+
+
+
+