<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

?>
<tr>
  <td colspan="6" class="py-12 text-center">
    <p class="text-base font-bold text-grey-600"><?php esc_html_e( 'No backup was found.', 'backwpup' ); ?></p>
    <p class="text-base italic text-grey-600"><?php esc_html_e( 'Backups created will be listed here.', 'backwpup' ); ?></p>
  </td>
</tr>
