All pastes #2081892 Raw Edit

Unnamed

public python v1 · immutable
#2081892 ·published 2011-09-21 17:56 UTC
rendered paste body
      %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