home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2012 January
/
maximum-cd-2012-01.iso
/
DiscContents
/
digsby_setup.exe
/
lib
/
plugins
/
myspace
/
res
/
comments_list.tenjin
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-07-21
|
345 b
|
11 lines
<?py comments = item.get_comments() ?>
<div class="comments">
<?py for comment in comments: ?>
<?py if comment.is_like or comment.is_dislike: ?>
<?py continue ?>
<?py _context['comment'] = comment ?>
<?py include(r"#{{app.resource('comment.tenjin')}}") ?>
<?py del _context['comment'] ?>
<?py #endfor ?>
</div>