[% PROCESS 'html-incblocks.txt' %] [% INCLUDE htmlstart title="Torrus Reports: " _ year contentClass="SingleColumnContent" noTopMenu=1 %]
| Month | Average | 95th Percentile | Maximum | Unavailable samples | Volume | Extrapolated volume | 
| [% monthName(mth) %][% FOREACH varname = ['AVG', '95TH_PERCENTILE', 'MAX', 'UNAVAIL', 'VOLUME'] %] | [% formatValue( fieldshash.$mth.$varname ) %][% END %] | [% extr.value = fieldshash.$mth.VOLUME.value * 100 / ( 100 - fieldshash.$mth.UNAVAIL.value ); extr.units = fieldshash.$mth.VOLUME.units; formatValue( extr ) %] | 
| Month | Field | Value | 
| [% monthName(mth) %] | [% varname %] | [% formatValue( fieldshash.$mth.$varname ) %] |