{% include 'overall_header.html' %}

{{ lang('ACP_AUTODBRESTORE') }}

{{ lang('SETTINGS') }}
{{ lang('CREATE_NEW_BACKUP') }}
{%- set frequencies = [0, 15, 30, 60] -%} {%- set custom = (CONFIG.restore_frequency && CONFIG.restore_frequency not in frequencies) ? CONFIG.restore_frequency : '' -%}
{{ lang('MINUTES') }}
{{ S_FORM_TOKEN }}
{% include 'overall_footer.html' %}