title = Yii::$app->name . ' | ' . Yii::t( 'sandbox/view/all', 'Заголовок страницы просмотра анкеты поступающего: `Просмотр заявлений`' ); $divider = '12'; $personalData = $questionary->personalData; $abiturientGenderRef = ArrayHelper::getValue($personalData, 'relGender.ref_key'); $template = '{input}\n{error}'; ?>
user->identity->isModer() && isset($moderate_app_id) && !$application->isArchive() && $application->draft_status != IDraftable::DRAFT_STATUS_APPROVED ) : ?>
$moderate_app_id]), ['class' => 'btn btn-success'] ); $divider = '6'; ?>
user->identity->isViewer()) { $url = Url::toRoute(['viewer/index']); } ?>
$application->user_id, 'id' => $application->id]), ['class' => 'btn btn-info float-right'] ) ?>

$application->fio] ); break; case PersonalData::getGenderFemale(): echo Yii::t( 'sandbox/view/all', 'Подпись с ФИО поступающего подавшего заявления для случая если поступающий женского пола; на стр. проверки анкеты поступающего: `Подала заявление {fio}`', ['fio' => $application->fio] ); break; default: echo Yii::t( 'sandbox/view/all', 'Подпись с ФИО поступающего подавшего заявления для случая если не удалось определить пол поступающего; на стр. проверки анкеты поступающего: `Подал(а) заявление {fio}`', ['fio' => $application->fio] ); break; } ?>

render( '@abiturient/views/partial/changeHistoryModal/_changeHistoryModalButton', ['application' => $application] ); ?>
render('@abiturient/views/partial/changeHistoryModal/_changeHistoryModal'); ?>
session->getFlash('appApprovingError', null, true); ?> render( './partial/_application_step_status', ['stepsInfo' => $appApprovingError,] ); ?>

['sandbox/bind'], 'options' => ['method' => 'post']]); ?> reference_id; ?> id); ?> 'btn btn-success'] ); ?> $id]), [ 'type' => 'button', 'class' => 'btn btn-primary', 'style' => 'margin-left: 15px;' ] ); ?>

$parent_infos) : ?> ['sandbox/bind-parent', 'id' => $application->id], 'options' => ['method' => 'post']]); ?> id); ?> 'btn btn-success'] ); ?> $id]), ['class' => 'btn btn-primary', 'type' => 'button', 'style' => 'margin-left: 15px;'] ); ?>
render( 'partial/_questionary_view', [ 'questionary' => $questionary, 'application' => $application ] ) ?>

educations ?>

educationType != null) { echo $education->educationType->description; } ?>

number; } ?>

educationLevel, 'reference_name', ''); } ?>

schoolName; } ?>

documentType != null) { echo $education->documentType->description; } ?>

date_given; } ?>

profileRefDescription; } ?>

edu_end_year; } ?>

series; } ?>

haveOriginal ?>


getModels()) > 0) : ?> true, 'headerContainer' => ['class' => 'thead-light'], 'tableOptions' => ['class' => 'table-sm'], 'striped' => false, 'summary' => false, 'pager' => [ 'firstPageLabel' => '<<', 'prevPageLabel' => '<', 'nextPageLabel' => '>', 'lastPageLabel' => '>>', ], 'dataProvider' => $individualAchievements, 'layout' => '{items}{pager}', 'floatHeader' => true, 'resizableColumns' => false, 'responsiveWrap' => false, 'responsive' => true, 'floatOverflowContainer' => true, 'beforeHeader' => [ [ 'columns' => [ [ 'content' => Yii::t( 'sandbox/view/block-individual-achievement', 'Название группы достижений в таблице в блоке ИД на стр. просмотра заявления: `Достижение`' ), 'options' => [ 'colspan' => 1, 'class' => 'text-center' ] ], [ 'content' => Yii::t( 'sandbox/view/block-individual-achievement', 'Название группы реквизитов документов в таблице в блоке ИД на стр. просмотра заявления: `Реквизиты документа`' ), 'options' => [ 'colspan' => 6, 'class' => 'text-center' ] ], ], 'options' => ['class' => 'skip-export'] ] ], 'columns' => [ [ 'attribute' => 'achievementTypeName', 'label' => Yii::t( 'sandbox/view/block-individual-achievement', 'Название колонки "achievementTypeName" в таблице в блоке ИД на стр. просмотра заявления: `Наименование`' ) ], [ 'attribute' => 'documentTypeDocumentDescription', 'label' => Yii::t( 'sandbox/view/block-individual-achievement', 'Название колонки "documentTypeDocumentDescription" в таблице в блоке ИД на стр. просмотра заявления: `Тип документа`' ) ], [ 'attribute' => 'document_series', 'label' => Yii::t( 'sandbox/view/block-individual-achievement', 'Название колонки "document_series" в таблице в блоке ИД на стр. просмотра заявления: `Серия`' ) ], [ 'attribute' => 'document_number', 'label' => Yii::t( 'sandbox/view/block-individual-achievement', 'Название колонки "document_number" в таблице в блоке ИД на стр. просмотра заявления: `Номер`' ) ], [ 'attribute' => 'document_date', 'label' => Yii::t( 'sandbox/view/block-individual-achievement', 'Название колонки "document_date" в таблице в блоке ИД на стр. просмотра заявления: `Дата выдачи`' ) ], [ 'value' => function ($model) { return $model->contractor->name ?? ''; }, 'label' => Yii::t( 'sandbox/view/block-individual-achievement', 'Название колонки "document_giver" в таблице в блоке ИД на стр. просмотра заявления: `Кем выдан`' ) ], [ 'attribute' => 'id', 'label' => Yii::t( 'sandbox/view/block-individual-achievement', 'Название колонки "id" в таблице в блоке ИД на стр. просмотра заявления: `Действия`' ), 'format' => 'raw', 'headerOptions' => ['class' => 'col-1'], 'value' => function ($model, $key) { $url = Url::toRoute(['site/downloadia', 'id' => $model->id]); $btnLabel = Yii::t( 'sandbox/view/block-individual-achievement', 'Подпись кнопки скачивания в таблице в блоке ИД на стр. просмотра заявления: `Скачать`' ); return Html::a( " {$btnLabel}", $url, [ 'class' => 'btn btn-link', 'download' => true, 'disabled' => !$model->canDownload() ] ); } ] ] ]); ?>

render( '_staticCompetitiveGroupEntranceTests', [ 'id' => $application->id, 'results' => $application->egeResults, 'competitiveGroupEntranceTest' => $competitiveGroupEntranceTest, ] ) ?>
egeDisabled) : ?>

render( '_staticEgeResult', [ 'application' => $application, 'egeResults' => $application->egeResults, ] ) ?>

specialities as $spec) : ?> speciality ?>
specialityPriority->enrollment_priority; ?> speciality_human_code; ?> directionRef->reference_name ?? ''; ?>

educationLevelRef->reference_name ?? ''; ?> getAttributeLabel('finance_name') ?>: educationSourceRef->reference_name ?? ''; ?>

getAttributeLabel('eduform_name') ?>: educationFormRef->reference_name ?? ''; ?> detailGroupRef) : ?> getAttributeLabel('detail_group_name') ?>: detailGroupRef->reference_name; ?>

subdivisionRef->reference_name ?? ''; ?>

admissionCategory != null) : ?>

getAttributeLabel('admission_category_id') ?>: admissionCategory->description; ?>

agreement != null) : ?> agreement->file != null) : ?>
agreement->status == AdmissionAgreement::STATUS_NOTVERIFIED) : ?>

bachelorPreferencesOlymp || $application->bachelorPreferencesSpecialRight || $application->bachelorTargetReceptions) : ?>


render( '@common/components/AccountingBenefits/_benefits', [ 'id' => $resultBenefits['id'], 'model' => $resultBenefits['model'], 'items' => $resultBenefits['items'], 'canEdit' => $resultBenefits['canEdit'], 'action' => $resultBenefits['action'], 'itemsDoc' => $resultBenefits['itemsDoc'], 'providers' => $resultBenefits['providers'], 'dataProvider' => $resultBenefits['dataProvider'], 'preferences_comparison_helper' => null, 'application' => $application, 'benefitsService' => $benefitsService, ] ); ?>


render( '@common/components/TargetReception/_target_reception', [ 'id' => $resultTargets['id'], 'model' => $resultTargets['model'], 'items' => $resultTargets['items'], 'canEdit' => $resultTargets['canEdit'], 'action' => $resultTargets['action'], 'providers' => $resultTargets['providers'], 'dataProvider' => $resultTargets['dataProvider'], 'targets_comparison_helper' => null, 'application' => $application, 'targetReceptionsService' => $targetReceptionsService, ] ); ?>


render( '@common/components/AccountingBenefits/_olympiad', [ 'id' => $resultOlympiads['id'], 'model' => $resultOlympiads['model'], 'items' => $resultOlympiads['items'], 'canEdit' => $resultOlympiads['canEdit'], 'action' => $resultOlympiads['action'], 'itemsDoc' => $resultOlympiads['itemsDoc'], 'providers' => $resultOlympiads['providers'], 'itemsOlymp' => $resultOlympiads['itemsOlymp'], 'dataProvider' => $resultOlympiads['dataProvider'], 'olympiads_comparison_helper' => null, 'application' => $application, 'olympiadsService' => $olympiadsService, ] ); ?>
render( 'partial/_copies_documents_panel', [ 'application' => $application, 'questionary' => $questionary, ] ) ?>

moderator_comment); ?>

true, 'regulationConfigArray' => [ 'isReadonly' => true, 'items' => $regulations, ], 'showAttachments' => false ]) ?>

commentsComing) > 0) : ?> commentsComing as $commentsComingItem) : ?>
author->userProfile->getFullName(); ?> comment); ?> formatter->asDatetime($commentsComingItem->created_at); ?>
status == ApplicationInterface::STATUS_NOT_APPROVED || ($application->status == ApplicationInterface::STATUS_APPROVED && !$application->isArchive() && Yii::$app->configurationManager->getAllowReturnApprovedApplicationToModerating())) : ?>
' . $btnLabel, ['sandbox/return-to-moderate', 'id' => $application->id], ['class' => 'btn btn-success float-right moderate-actor', 'id' => 'apply-button'] ); ?>