getContainer()->router;
$config = Factory::getConfiguration();
$formstyle = $this->hasErrors ? 'style="display: none"' : '';
?>
{{-- Configuration Wizard pop-up --}}
@if($this->promptForConfigurationWizard)
@include('Configuration/confwiz_modal')
@endif
{{-- Obsolete PHP version warning --}}
@include('Main/warning_phpversion')
@if($this->hasWarnings && !$this->unwriteableOutput)
@lang('COM_AKEEBA_BACKUP_LABEL_DETECTEDQUIRKS')
@lang('COM_AKEEBA_BACKUP_LABEL_QUIRKSLIST')
{{ $this->warningsCell }}
@endif
@if($this->unwriteableOutput)
@lang('COM_AKEEBA_BACKUP_ERROR_UNWRITABLEOUTPUT_' . ($this->autoStart ? 'AUTOBACKUP' : 'NORMALBACKUP'))
@sprintf('COM_AKEEBA_BACKUP_ERROR_UNWRITABLEOUTPUT_COMMON', $router->route('index.php?view=configuration'), 'https://www.akeeba.com/warnings/q001.html')
@endif
{{-- Warning for having set an ANGIE password --}}
@lang('COM_AKEEBA_BACKUP_ANGIE_PASSWORD_WARNING_HEADER')
@lang('COM_AKEEBA_BACKUP_ANGIE_PASSWORD_WARNING_1')
@lang('COM_AKEEBA_BACKUP_ANGIE_PASSWORD_WARNING_2')
{{-- Backup in progress --}}
@if($this->backupOnUpdate)
@lang('SOLO_BACKUP_BACKUPONUPDATE_INFO')
@endif
@lang('COM_AKEEBA_BACKUP_TEXT_BACKINGUP')
@if (!AKEEBABACKUP_PRO)
@lang('COM_AKEEBA_BACKUP_LBL_UPGRADENAG')
@endif
{{-- Backup complete --}}