Index: applications/mobileblur/views/feeds/view.html ================================================================== --- applications/mobileblur/views/feeds/view.html +++ applications/mobileblur/views/feeds/view.html @@ -8,13 +8,18 @@
{{ import time s = time.time() }} - {{ for story in stories: }} + {{ for story in stories: + if sum([v for k,v in story["intelligence"].iteritems()]) < threshold: + continue + }} + + {{ print story["read_status"] }}
- + {{= story["story_title"] }}

{{= story["story_date"] }}

{{ pass }}