[% PROCESS 'html-incblocks.txt' %]
[% INCLUDE htmlstart
     title="Torrus Reports: " _ year
     contentClass="SingleColumnContent"
     noTopMenu=1 %]
[% INCLUDE treename %]
Monthly reports
| Month | 
[% rowCount = 0;
   FOREACH mth = data.months;
     rowCount = rowCount + 1;
     IF rowCount % 2  %]
[%   ELSE %]
[%   END %]       
| [% monthName(mth) _ ' ' _ year %] | 
[% END %]
[% INCLUDE htmlend %]