From f2f8e30c49416a441588e168d580aa48bbbff4e9 Mon Sep 17 00:00:00 2001
From: Cédric Bonhomme
Address of the site: ${feed['site_link']}.
${(nb_unread_articles_feed == 0 and ["All articles are read"] or [str(nb_unread_articles_feed) + " unread article" + (nb_unread_articles_feed == 1 and [""] or ["s"])[0]])[0]}.
+${(nb_unread_articles_feed == 0 and ["All articles are read"] or [''+str(nb_unread_articles_feed)+'' + ' unread article' + (nb_unread_articles_feed == 1 and [""] or ["s"])[0]])[0]}.
%else:No articles for the feed ${feed['feed_title']}.
--
cgit