| "; foreach($bands as $band) { echo ' | ' . $band . ' | '; } echo "" . __("Total") . " |
| " . __("Total worked") . " | "; foreach ($wac_summary['worked'] as $wac) { // Fills the table with the data echo '' . $wac . ' | '; } echo "|
| " . __("Total confirmed") . " | "; foreach ($wac_summary['confirmed'] as $wac) { // Fills the table with the data echo '' . $wac . ' | '; } echo '