home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 February / maximum-cd-2011-02.iso / DiscContents / digsby_setup85.exe / lib / plugins / facebook / res / notifications.py.xml < prev    next >
Encoding:
Text File  |  2010-11-01  |  217 b   |  9 lines

  1.  
  2. <?py for notification in feed.notifications: ?>
  3.     <?py _context['notification'] = notification ?>
  4.     <div>
  5. #{notification['title_html']}
  6.     </div>
  7.     <?py del _context['notification'] ?>
  8. <?py #endfor ?>
  9.