description = "Contact Form Mechatrends" [Contact] [staticPage] useContent = 0 default = 0 [builderList office] modelClass = "Linus\Offices\Models\Office" scope = "-" scopeValue = "{{ :scope }}" displayColumn = "name" noRecordsMessage = "No records found" detailsPage = "-" detailsUrlParameter = "id" pageNumber = "{{ :page }}" == addCss(CombineAssets::combine($css, base_path('themes/linus'))); $this->addJs(CombineAssets::combine($scripts, base_path('themes/linus'))); } ?> == {% partial 'site/head' %} {% partial 'site/header' %} {% component 'staticPage' %} {variable tab="Hero" type="mediafinder" mode="image" name="heroImage" label="Image" span="full" comment="1300px X 500px"}{/variable} {variable tab="Hero" label="Header" type="text" name="heroHeader" span="left"}{/variable} {% partial 'hero-banner' %} {variable tab="Content" label="Header" type="text" name="conHeader" span="left"}{/variable} {variable tab="Content" label="Teaser" type="text" name="conTeaser" span="left"}{/variable}

{{conHeader}}

{{conTeaser}}


{% component 'Contact' %}

Our Locations


{% set offices = office.records %} {% for office in offices %}
{{office.name}}
{% if office.waze %}
{{office.waze|raw}}
{% endif %}
{% endfor %}
{% partial 'site/footer' %}