{extends file="get_usermod:layouts/main/layout.html"} {block name="content"} {load_language_text section="auto_updater"}
{if count($content.availableBackups) > 0}

{$txt.heading_backups}

{include file="get_usermod:auto_updater/backup_details_modal.html"} {include file="get_usermod:auto_updater/backup_delete_modal.html"} {include file="get_usermod:auto_updater/backup_restore_modal.html"} {else}

{$txt.heading_backups}


{$txt.text_no_backup_available}


{/if}
{/block}