title = \Yii::t('app', 'Contacts'); $this->params[ 'breadcrumbs' ][] = $this->title; $js = <<< JS window.lat = {$settings->lat}; window.lon = {$settings->lon}; JS; $this->registerJs($js, View::POS_END); $module = \Yii::$app->getModule('contact'); ?>

Address

address )) { echo $settings->address; } ?>

phone )) { ?>

Call center

This number is toll free if calling from Great Britain otherwise we advise you to use the electronic form of communication .

phone), 'tel:' . $settings->phone); ?>

email )) { ?>

Electronic support

Please feel free to write an email to us or to use our electronic ticketing system .

  • email), 'mailto:' . $settings->email ); ?>

renderForm($this)?>