- or download this
my $VARS = {
'rows' => {
...
{'id' => 'DDD', 'delta' => '0.04%'} ],
},
};
- or download this
[% FOREACH item IN report.rows.category1 %]
<tr>
...
<td>[% item.delta %] %</td>
</tr>
[% END %]
- or download this
[% FOREACH item IN report.rows.values %]
<tr>
...
<td>[% item.delta %] %</td>
</tr>
[% END %]