[% IF topic %]
[% poster = topic.0.aid %]
[% topic.0.title %]
[% topic.0.imageurl %]
posted by [% author.$poster.name %] at [% topic.0.tdate %]
[% topic.0.description %]
[% ELSE %]
Topic is not exist !
[% END %]
[% IF comment %]
[% topic.0.total_comment %] Responses:
[% s = comment.size; i = 0 %]
[% WHILE i < s %]
[% IF comment.$i.is_guest == 0 %]
[% aid = comment.$i.aid %]
comment by
[% IF author.$aid.www %]
[% author.$aid.name %]
[% ELSE %]
[% author.$aid.name %]
[% END %]
on [% comment.$i.cdate %]
[% comment.$i.description %]
[% ELSE %]
comment by
[% IF comment.$i.guestwww %]
[% comment.$i.guestname %]
[% ELSE %]
[% comment.$i.guestname %]
[% END %]
on [% comment.$i.cdate %]
[% comment.$i.description %]
[% END %]
[% i = i + 1 %]
[% END %]
[% END %]
[% %]