$this->context->breadcrumbs ?? []
])
. Html::tag('h1', Yii::t('front', 'Objects base'), [
'class' => 'page-title title-1'
]);
?>
= Html::tag('div', Yii::t('front', 'choose the type of objects'), [
'class' => 'object_list_filter_info'
]) ?>
= Html::tag('div', Yii::t('front', 'to display additional search options')) ?>
=
Html::a(Yii::t('front', 'resource potential'), Map::getUrlTypeObjectListPage(Map::TYPE_2), [
'class' => 'btn btn-new btn_first_step'
])
. Html::a(Yii::t('front', 'projects'), Map::getUrlTypeObjectListPage(Map::TYPE_1), [
'class' => 'btn btn-new btn_first_step'
])
?>
= Html::tag('div', Yii::t('front', 'or try to find by the name')) ?>
= SearchString::widget() ?>
= Html::a(Yii::t('front', 'resource potential'), $urlMapResource, [
'class' => 'static-btn static-btn-resours'
])
. Html::a(Yii::t('front', 'projects'), $urlMapProjects, [
'class' => 'static-btn static-btn-project'
])
?>
render('plist/list-item', [
'model' => $model,
]);
endforeach;
?>
=
yii\widgets\LinkPager::widget([
'pagination' => $pages,
'registerLinkTags' => true,
'nextPageLabel' => '❯',
'prevPageLabel' => '❮',
]);
?>