{% include 'cc/tempest/service_agreement/includes/styles.css.html.twig' %} Termite Warranty Service Agreement

{{title}}

{% include 'cc/tempest/service_agreement/includes/office_info.html.twig' with officeInfo %} {% include 'cc/tempest/service_agreement/includes/customer_info.html.twig' with customerInfo %}

Warranty Plan(s) & Price(s)

{% for service in services.initialWarrantyExtension %} {% endfor %}
Initial Warranty Extension Price
{{ service.name }}
${{ service.price }}
Total Initial Service Cost ${{ services.initialTotalPrice }}

{% if services.recurringMonthlyTotalPrice > 0 %} {% for service in services.recurringWarrantyExtension.monthly %} {% endfor %}
Recurring Termite Services Price/Month
{{ service.name }}
{% if service.description is defined %}{{ service.description }}{% endif%}
${{ service.price }}
Total Cost Each Month
${{ services.recurringMonthlyTotalPrice }}
{% endif %} {% if services.recurringPerServiceTotalPrice > 0 %} {% for service in services.recurringWarrantyExtension.perService %} {% endfor %}
Price/Service
{{ service.name }}
{% if service.description is defined %}{{ service.description }}{% endif%}
${{ service.price }}
Total Cost Per Service
${{ services.recurringPerServiceTotalPrice }}
{% endif %}

Treatment Info

New Home Closing Date: {{ treatmentInfo.newHomeClosingDate }}
Builder's Guarantee Expiration Date: {{ treatmentInfo.builderGuaranteeExpirationDate }}
Length of Warranty Extension: {{ treatmentInfo.lengthOfWarrantyExtension }}
Bulwark's Guarantee Expiration Date: {{ treatmentInfo.bulwarksGuaranteeExpirationDate }}
Treatment Type: {{ treatmentInfo.treatmentType }}
Payment Type: {{ treatmentInfo.paymentType }}

{% include 'cc/tempest/service_agreement/includes/guarantee.html.twig' %}
{% for item in finePrint %} {% if item.title != "" %}

{{ item.title }}

{% endif %}

{{ item.content }}

{% endfor %}
{% include 'cc/tempest/service_agreement/includes/signature.html.twig' with { 'signature': signature, 'timestamps': timestamps, 'witness': witness } %}