+
+
+ {gettext('Due:')}
+
+ {scheduledStr}
+
+
+
+
+ {(coverage.scheduled_updates ?? []).map((s) => {
+ if (s.planning?.scheduled != null) {
+ const scheduledStr2 = dateFormat && timeFormat ?
+ moment(s.planning.scheduled)
+ .format(dateFormat + ' ' + timeFormat) :
+ null;
+
+ return (
+
+
+ {gettext('Update Due:')}
+
+ {scheduledStr2}
+
+
+
+ );
+ }
+
+ return null;
+ })}
+
+
+ {assignmentStr}
+
+
+
+
+
+ {!slugline ? null : (
+
+
+ {slugline}
+
+
+ )}
+
+
+