[% IF thread_watches > 0 %] [% WHILE (watch = thread_watches.next) %] [% thread = watch.thread %] [% END %]
  [%l('Subject')%] [%l('Last Modified')%] [%l('Last Viewed')%]
[% IF (thread.last_post.created > watch.timestamp) %] [%l('Unread posts')%] [% ELSE %]   [% END %] [% 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 %]
[% ELSE %]

[%l('You are not watching any threads')%]

[% END %]