{if count($content.availableBackups) > 0}
{/if}
{$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}
{$txt.heading_backups}
{$txt.text_no_backup_available}
{/if}