{{ t('theme_manager') }}
{{ t('manage_theme') }}
@if (empty($themes) || count($themes) === 0)

{{ t(key: 'no_themes_found') }}

@endif
@foreach ($themes as $theme)
{{ $theme->name }}

{{ $theme->name }}

@if ($theme->version) {{ t('version') }} {{ $theme->version }} @endif

@if ($theme->active)
{{ t('active_theme') }}
@else @endif
{{-- @if(!($theme->name === 'thecore' && $theme->active == 1)) @endif --}}
@endforeach
{{ t('cancel') }} {{ t('delete') }}