<%= title %>

<% if (!items.length) { %>

暂无计划。

<% } %>
<% items.forEach((item) => { %>
<%= item.date %> 周<%= weekdayLabel(item.weekday) %> <%= item.time %> <%= actionLabel(item.action) %> · <%= targetLabel(item.target_channel) %> · <%= item.name %>
<% }) %>