diff --git a/src/site/facilities/health_service.drupal.liquid b/src/site/facilities/health_service.drupal.liquid index a75f97c0f0..29351e9b08 100644 --- a/src/site/facilities/health_service.drupal.liquid +++ b/src/site/facilities/health_service.drupal.liquid @@ -1,52 +1,55 @@ - {% assign serviceTaxonomy = healthService.fieldServiceNameAndDescripti.entity %} - -

- {{ serviceTaxonomy.name }} -

-
- {% if serviceTaxonomy.fieldCommonlyTreatedCondition %} -

- Common conditions: {{ serviceTaxonomy.fieldCommonlyTreatedCondition }} -

- {% endif %} - {% if section.name == "Lovell - TRICARE" and serviceTaxonomy.fieldTricareDescription %} - {{ serviceTaxonomy.fieldTricareDescription | phoneLinks }} - {% elsif serviceTaxonomy.description.processed %} - {{ serviceTaxonomy.description.processed | phoneLinks }} - {% endif %} +{% assign serviceTaxonomy = healthService.fieldServiceNameAndDescripti.entity %} + +

+ {{ serviceTaxonomy.name }} +

+
+ {% if serviceTaxonomy.fieldCommonlyTreatedCondition %} +

+ Common conditions: {{ serviceTaxonomy.fieldCommonlyTreatedCondition }} +

+ {% endif %} - {% if healthService.fieldLocalHealthCareService.length > 0 %} -

Available at these {{ regionOrOffice }} locations

-
    - {% assign orderedHealthServices = healthService.fieldLocalHealthCareService | orderFieldLocalHealthCareServices %} - {% for location in orderedHealthServices %} - {% assign facility = location.entity.fieldFacilityLocation.entity %} - {% if location.entity.status and facility != empty %} -
  • - - -
  • - {% endif %} - {% endfor %} -
- {% endif %} + {% if section.name == "Lovell - TRICARE" and serviceTaxonomy.fieldTricareDescription %} + {{ serviceTaxonomy.fieldTricareDescription | phoneLinks }} + {% elsif serviceTaxonomy.description.processed %} + {{ serviceTaxonomy.description.processed | phoneLinks }} + {% endif %} - {% if healthService.fieldBody.processed %} -

Care we provide at {{ fieldOffice.entity.entityLabel }}

- {{ healthService.fieldBody.processed | phoneLinks }} - {% endif %} -
-
+ {% if healthService.fieldLocalHealthCareService.length > 0 %} +

Available at these {{ regionOrOffice }} locations

+ + {% endif %} + + {% if healthService.fieldBody.processed %} +

Care we provide at {{ fieldOffice.entity.entityLabel }}

+ {{ healthService.fieldBody.processed | phoneLinks }} + {% endif %} +
+