echo _('Turns'); ?> </a></th> <th class="text-right"><a href="#"><?php echo _('Price'); ?> </a></th> <th class="text-right"><a href="#"><?php echo _('Options'); ?> </a></th> </tr> </thead> <tbody> <?php $personagens = $regraPersonagem->listarPorPericia($pericia_slug); ?> <?php foreach ($personagens as $trabalhador) { ?> <?php $url = "{$urlPersonagem}?worker={$trabalhador->id_personagem}&do={$pericia_slug}"; ?> <tr> <td><?php echo $trabalhador->nome; ?> </td> <td class="text-right"><?php echo $trabalhador->pericias[$pericia_slug]->nh; ?>