{{ t('Generate instant report') }}
@if (selectedTab === 'generate') {
} @if (selectedTab === 'report') { @if (report) { {{ report.instantReport.reportDetails.name }} {{ t('Analysis period: ') }} {{ report.instantReport.reportDetails.from }} {{ t('to') }} {{ report.instantReport.reportDetails.to }} } }
@if (selectedTab === 'generate') { }