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