@if(isset($this->logs) && count($this->logs))
@html('select.genericList', $this->logs, 'tag', ['list.attr' => ['class' => 'akeebaGridViewAutoSubmitOnChange'], 'list.select' => $this->tag, 'id' => 'tag'])
@if(!empty($this->tag))
@lang('COM_AKEEBA_LOG_LABEL_DOWNLOAD')
@endif
@endif @if(!empty($this->tag)) @if ($this->logTooBig)

@sprintf('COM_AKEEBA_LOG_SIZE_WARNING', number_format($this->logSize / (1024 * 1024), 2))

@endif
@if (!$this->logTooBig) @endif
@endif @if( ! (isset($this->logs) && count($this->logs)))
@lang('COM_AKEEBA_LOG_NONE_FOUND')
@endif