{include file="$template_dir/layouts/main/partial/layout_styles.html"} {include file="$template_dir/layouts/main/partial/initial_styling.html"} {include file="$template_dir/layouts/main/partial/fontawesome_fallback.html"} {$dynamic_style_assets nofilter}
{include file="$template_dir/layouts/main/header/header.html"}
{include file="$template_dir/layouts/main/content/content_header.html"}
{$entry.message nofilter}
{load_language_text section="auto_updater"}
{if count($content.availableBackups) > 0}

{$txt.heading_backups}

    {foreach item=backup from=$content.availableBackups|array_reverse}
  • {$backup->updateName($language_code)|unescape:"html" nofilter}
    {$txt.label_backup_creation_date}: {if $language_code === 'de'} {$backup->creationDate()|date_format:"%d.%m.%Y - %H:%M:%S"} {else} {$backup->creationDate()|date_format:"%Y-%m-%d - %H:%M:%S"} {/if}
  • {/foreach}
{include file="$template_dir/{$content.templateDir}backup_details_modal.html"} {include file="$template_dir/{$content.templateDir}backup_delete_modal.html"} {include file="$template_dir/{$content.templateDir}backup_restore_modal.html"} {else}

{$txt.heading_backups}


{$txt.text_no_backup_available}


{/if}
{include file="$template_dir/layouts/main/footer/footer.html"}
{include file="$template_dir/layouts/main/partial/jse_configuration.html"} {include file="$template_dir/layouts/main/partial/pace_configuration.html"} {include file="$template_dir/layouts/main/partial/layout_scripts.html"} {$dynamic_script_assets nofilter}