?>
</th>
            <th class="cel_action"><?php 
echo T_('Action');
?>
</th>
        </tr>
    </thead>
    <tbody>
        <?php 
foreach ($controllers as $controller) {
    $localplay = new Localplay($controller);
    if (!$localplay->player_loaded()) {
        continue;
    }
    $localplay->format();
    if (Localplay::is_enabled($controller)) {
        $action = 'confirm_uninstall_localplay';
        $action_txt = T_('Disable');
    } else {
        $action = 'install_localplay';
        $action_txt = T_('Activate');
    }
    ?>
        <tr class="<?php 
    echo UI::flip_class();
    ?>
">
            <td class="cel_name"><?php 
    echo scrub_out($localplay->f_name);
    ?>