1a107601fa490ca69215facceebe3d0dc5e7f1f86bcef0037bdb2d139a15065c3f31e872bae79df3
30
 
30
 
31
<% from r2.lib.strings import strings, plurals %>${_("There are currently %(num_comments)s on this link.  You can view them here:") %
dict(num_comments = strings.number_label % (thing.link.num_comments, plurals.N_comments(thing.link.num_comments)))}
31
<% from r2.lib.strings import strings, plurals %>${_("There are currently %(num_comments)s on this link.  You can view them here:") %
dict(num_comments = strings.number_label % (thing.link.num_comments, plurals.N_comments(thing.link.num_comments)))}
32
 
32
 
33
<% from r2.lib.template_helpers import reddit_link %>http://${g.domain}${reddit_link(thing.link.permalink, url=True)}
33
<% from r2.lib.template_helpers import add_sr %>http://${g.domain}${add_sr(thing.link.permalink, url=True)}
34
 
34
 
35
___
35
___
36
If you would not like to receive emails from reddit.com in the future, visit http://${g.domain}/mail/optout?x=${thing.msg_hash}
36
If you would not like to receive emails from reddit.com in the future, visit http://${g.domain}/mail/optout?x=${thing.msg_hash}