{{{
<?php foreach ($data['totals'] as $title => $result): ?>
<tr>
<td class="metric-name"><?php echo $title ?></td>
<td class="metric"><?php echo $result['formatter']($result['value']) ?></td>
</tr>
<?php endforeach ?>
</tbody></table>}}}{{{
<?php foreach ($data['totals'] as $title => $result): ?>
<tr>
<td class="metric-name"><?php echo $title ?></td>
<td class="metric"><?php echo $result['formatter']($result['value']) ?></td>
</tr>
<?php endforeach ?>
</tbody></table>}}}