[% IF node.unseen_by(u) and node.seen_by(u) %] [% last = node.first_arc('seen_by',u).updated || node.created %] [% FOREACH arc IN node.arc_list(undef, { pred_ne=['seen_by','unseen_by'], updated_gt=last, },{arclim='explicit',unique_arcs_prio=['active','removal']}).sorted('id') %] [% END %] [% FOREACH arc IN node.revarc_list(undef, { pred_ne=['seen_by','unseen_by'], updated_gt=last, },{arclim='explicit',unique_arcs_prio=['active','removal']}).sorted('id') %] [% END %]
Last seen [% last.ymd %]
Pred Value By
[% arc.pred.wu_jump %] [% arc.value_diff_as_html(from=last) %] [% arc.info_updated_html %]
[% jump("rev_$arc.pred.plain",arc.pred.form_url) %] [% arc.subj.as_html %] [% arc.info_updated_html %]
[% END %]