Mesas

          .------.----------.
          | [% i18n("MESA") %] |   [% i18n("TOTAL") %]  |
          |------|----------|
[% FOREACH table IN tables -%]
          | [% table.number | format("%-4s") %] | [% table.total | format("%.2f") | format("%8s") %] |
          '------'----------'
[% END -%]

[% i18n("Total") %]: [% total | format("%.2f") | format("%8s") %]
