home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / plugins / facebook / res / posts.py.xml < prev    next >
Encoding:
Text File  |  2010-02-11  |  329 b   |  11 lines

  1.  
  2. <?py for post in posts: ?>
  3.     <?py _context['post'] = post ?>
  4.     <?py if getattr(post, '_isad', False): ?>
  5.     <?py     include(r"#{{app.resource('trend.py.xml')}}") ?>
  6.     <?py else: ?>
  7.     <?py     include(r"#{{app.resource('post.py.xml')}}") ?>
  8.     <?py #endif ?>
  9.     <?py del _context['post'] ?>
  10. <?py #endfor ?>
  11.