Router
= Yii::$app->i18n->format('{rulesTested, plural, =0{} =1{tested # rule} other{tested # rules}} {hasMatch, plural, =0{} other{before match}}', [
'rulesTested' => $model->count,
'hasMatch' => (int)$model->hasMatch,
], 'en_US'); ?>
message !== null): ?>
= Html::encode($model->message); ?>
logs !== []): ?>
# |
Rule |
Parent |
logs as $i => $log): ?>
>
= $i + 1; ?> |
= Html::encode($log['rule']); ?> |
= Html::encode($log['parent']); ?> |