[% IF thread_watches > 0 %]
| [%l('Subject')%] | [%l('Last Modified')%] | [%l('Last Viewed')%] | [% WHILE (watch = thread_watches.next) %] [% thread = watch.thread %]|
|---|---|---|---|
|
[% IF (thread.last_post.created > watch.timestamp) %]
|
[% ForumCode.escape(watch.thread.subject) %]
[%- IF authed_user || mini_pager %] [ [%- IF authed_user %] [%l('Continue')%] [%- END %] ] [%- END %] |
[% nicedate(thread.last_post.created) %]
[% thread.last_post.creator.forum_name %] |
[% nicedate(watch.timestamp) %]
[% IF (thread.last_post.created > watch.timestamp) %] [%l('Unread posts')%] [% END %] |
[%l('You are not watching any threads')%]
[% END %]