?>
				<tr><td colspan="<?php 
    echo $can_approve ? 5 : 4;
    ?>
"><?php 
    _e('No translations were found!');
    ?>
</td></tr>
			<?php 
}
?>
		</table>

		<div class="pull-right">
			<?php 
echo GP_Bootstrap_Theme_Hacks::gp_pagination($page, $per_page, $total_translations_count);
?>
		</div>

		<div id="legend" class="secondary clearfix">
			<div><strong><?php 
_e('Legend:');
?>
</strong></div>
		<?php 
foreach (GP::$translation->get_static('statuses') as $status) {
    if ('rejected' == $status) {
        continue;
    }
    ?>
			<div class="box status-<?php