[% PROCESS header %] [% PROCESS _action_menu %]
[% IF mimetype.match('^text/') %] [% colors = [ '#e0e0e0', '#f7f7f7' ] %] [% color_idx = 0 %] [% FOREACH line IN blame_details %] [% same_rev = 0; IF loop.index == 0; same_rev = 0; ELSE; prev_index = loop.index - 1; IF blame_details.${loop.index}.rev == blame_details.${prev_index}.rev; same_rev = 1; ELSE; same_rev = 0; END; END; IF ! same_rev; color_idx = (color_idx + 1) % 2; END %] [% END %]
[%|l%](line number)[%END%] [%|l%](revision)[%END%] [%|l%](author)[%END%]
[% line.line_no + 1 %] [% IF ! same_rev %][% line.rev %][% END %] [% line.author UNLESS same_rev %] [% line.line | html %]
[% ELSIF mimetype.match('^image/') %] [% ELSE %]

This file can not be displayed in the browser. You can download it.

[% END %]
[% PROCESS footer %]