<div class="guilro_petitions_clear"></div>
					<?php 
    echo guilro_petitions_SpeakOut::progress_bar($petition->goal, $petition->signatures, 65);
    ?>
				</td>
				<td class="guilro-petitions-right" style="vertical-align: middle"><a class="button" href="<?php 
    echo $signatures_url;
    ?>
"><?php 
    _e('View Signatures', 'guilro_petitions');
    ?>
</a></td>
			</tr>
		<?php 
}
?>
		</tbody>
	</table>

	<div class="tablenav">
		<?php 
echo guilro_petitions_SpeakOut::pagination($query_limit, $count, 'guilro_petitions', $current_page, site_url('wp-admin/admin.php?page=guilro_petitions'), false);
?>
	</div>

	<div id="guilro-petitions-delete-confirmation" class="guilro-petitions-hidden"><?php 
_e('Delete this petition permanently? All of the petition\'s signatures will be deleted as well.', 'guilro_petitions');
?>
</div>

</div>
    ?>
</td>
				<td><?php 
    echo $optin;
    ?>
</td>
				<td><?php 
    echo ucfirst(date_i18n('M d, Y', strtotime($signature->date)));
    ?>
</td>
				<td class="guilro-petitions-right"><span class="trash"><a href="<?php 
    echo $delete_url;
    ?>
"><?php 
    _e('Delete', 'guilro_petitions');
    ?>
</a></span></td>
			</tr>
			<?php 
}
?>
		</tbody>
	</table>

	<div class="tablenav">
		<?php 
echo guilro_petitions_SpeakOut::pagination($query_limit, $count, 'guilro_petitions_signatures', $current_page, $base_url, false);
?>
	</div>

</div>