Unnamed
public python v1 · immutable %for s, events in streams: <li class="yesterday"><a href="${prev_url}#t_${s.slug}">« ${prev.strftime('%a, %B %d')}</a></li> <li class="today"> ${date.strftime('%a, %B %d')}</li> <li class="tomorrow"><a href="${next_url}#t_${s.slug}">${next.strftime('%a, %B %d')} »</a></li> %for e, playlist in events: %if e.obj: <% obj=e.obj.get_object(date) %> ${obj.to_html('scheduletease')} %for p in playlist: ${p.catalog_entry.to_html('tease')} %endfor %endif %endfor %endfor