diff --git a/src/site/layouts/vba_facility.drupal.liquid b/src/site/layouts/vba_facility.drupal.liquid index 4177b574ce..399af5be22 100644 --- a/src/site/layouts/vba_facility.drupal.liquid +++ b/src/site/layouts/vba_facility.drupal.liquid @@ -1,3 +1,207 @@ -{% comment %} - This is a placeholder layout for now, since not including it breaks the main build. -{% endcomment %} +{% include "src/site/includes/header.html" %} +{% include "src/site/includes/preview-edit.drupal.liquid" %} +{% include "src/site/includes/breadcrumbs.drupal.liquid" with hideHomeBreadcrumb = true %} + +
+
+
+ {% include 'src/site/navigation/facility_sidebar_nav.drupal.liquid' with sidebarData = facilitySidebar %} +
+
+ {% include "src/site/includes/lovell-switch-link.drupal.liquid" with + entityUrl = entityUrl + %} + +

{{ title }}

+ + {% if fieldIntroText %} +
+

+ {{ fieldIntroText }} +

+
+ {% endif %} + +
+ {% assign basePath = entityUrl.path | regionBasePath %} + {% include "src/site/facilities/main_buttons.drupal.liquid" with path = basePath %} +
+ + + +

+ Location and contact information +

+ +
+
+
+
+ + {% if fieldOperatingStatusFacility and fieldOperatingStatusFacility != 'normal' %} +
+ {% include "src/site/includes/operatingStatusFlagsLinks.drupal.liquid" %} +
+ {% endif %} + +
+ +

+ Address +

+
+
{{ fieldAddress.addressLine1 }}
+ {{ fieldAddress.locality }}, + {{ fieldAddress.administrativeArea }} + {{ fieldAddress.postalCode }} + + {% capture fullAddress %} + {{ fieldAddress.addressLine1 }}, {{ fieldAddress.locality }}, {{ fieldAddress.administrativeArea }} {{ fieldAddress.postalCode }} + {% endcapture %} + {% include "src/site/includes/directions-google-maps.liquid" with + directionsLinkTitle = title + directionsLinkAddress = fullAddress + %} + +
+

+ Phone numbers +

+
+ {% if fieldPhoneNumber %} +
+ Main phone: + {{ fieldPhoneNumber }} +
+ {% endif %} + {% if fieldRegionPage.entity.fieldVaHealthConnectPhone %} + + {% endif %} + {% if fieldMentalHealthPhone %} +
Mental + health care: + {{ fieldMentalHealthPhone }} +
+ {% endif %} +
+ {% include 'src/site/includes/hours.liquid' with allHours = fieldOfficeHours headerType = 'standard' %} +
+
+
+
+ {% include "src/site/includes/image_and_static_map.liquid" with + facilityMedia = fieldMedia + facilityId = fieldFacilityLocatorApiId + %} +
+ +

+ Prepare for your visit +

+ +

+ In the spotlight at {{ entityLabel }} +

+ +
+ {% assign spotlightContent1 = "" | split: "," %} + {% assign spotlightContent2 = fieldCcNationalSpotlight1 | appendCentralizedFeaturedContent: spotlightContent1 %} + {% assign spotlightContent3 = fieldCcNationalSpotlight2 | appendCentralizedFeaturedContent: spotlightContent2 %} + {% assign spotlightContentAll = fieldCcNationalSpotlight3 | appendCentralizedFeaturedContent: spotlightContent3 %} + + {% for spotlightContent in spotlightContentAll %} + {% if spotlightContent.entity %} + {% include "src/site/includes/vet_centers/featured_content.liquid" with + entity = spotlightContent.entity + %} + {% endif %} + {% endfor %} +
+ +

+ Veteran benefits +

+ +

+ Family member and caregiver benefits +

+ +

+ Service member benefits +

+ +

+ Other services +

+ +

+ Other nearby VA locations +

+ + {% include 'src/site/includes/vet_centers/nearby.liquid' with + mainVetCenterPhone = fieldPhoneNumber + mainVetCenterAddress = fieldAddress + mainVetCenterId = fieldFacilityLocatorApiId + %} + +

+ Looking for a VA benefits location in another area? +

+ +

+ + Find a VA benefits location. + +

+
+ + {% include "src/site/includes/above-footer-elements.drupal.liquid" %} +
+
+
+{% include "src/site/includes/footer.html" %} +{% include "src/site/includes/debug.drupal.liquid" %}