home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / plugins / twitter / res / tweets.tenjin < prev    next >
Encoding:
Text File  |  2009-09-23  |  331 b   |  11 lines

  1.  
  2. <?py for tweet in tweets: ?>
  3.     <?py _context['tweet'] = tweet ?>
  4.     <?py if self_tweet is not None and tweet.id == self_tweet.id: ?>
  5.         <?py continue ?>
  6.     <?py #endif ?>
  7.     <?py include(r"#{{app.resource('tweet.tenjin')}}") ?>
  8.     <hr class="post_divider" />
  9.     <?py del _context['tweet'] ?>
  10. <?py #endfor ?>
  11.