+ + ← All dispatches + + + + + {dispatchKindLabel(d.kind)} + + + {fmt(d.published_at ?? d.created_at)} + + + + {d.title} + + + + + {d.author_name} + {d.author_title ?? roleLabel(d.author_role)} + + + + + + + + + + {prev ? ( + + ← Previous + + {dispatchKindLabel(prev.kind)} + + {prev.title} + + ) : ( + + )} + {next ? ( + + Next → + + {dispatchKindLabel(next.kind)} + + {next.title} + + ) : ( + + )} + + +