{% if style.logo_url %} {% endif %}
{% if data.contract_type %}{{ data.contract_type }}{% else %}Legal Document{% endif %}
{{ data.contract_title | default('SERVICE AGREEMENT') }}
{% if data.document_number or data.contract_number %}
Contract No.
{{ data.contract_number | default(data.document_number) }}
{% endif %} {% if data.effective_date %}
Effective Date
{{ data.effective_date | date_format }}
{% endif %} {% if data.issue_date %}
Date Issued
{{ data.issue_date | date_format }}
{% endif %}
This agreement is entered into by and between the following parties:
Party A — {{ data.from.title | default('Service Provider') }}
{% if data.from.name %}
{{ data.from.name }}
{% endif %} {% if data.from.address %}
{{ data.from.address | nl2br }}
{% endif %} {% if data.from.email %}
{{ data.from.email }}
{% endif %} {% if data.from.phone %}
{{ data.from.phone }}
{% endif %} {% if not data.from.name and not data.from.address %}
Party details to be provided
{% endif %}
Party B — {{ data.to.title | default('Client') }}
{% if data.to.name %}
{{ data.to.name }}
{% endif %} {% if data.to.address %}
{{ data.to.address | nl2br }}
{% endif %} {% if data.to.email %}
{{ data.to.email }}
{% endif %} {% if data.to.phone %}
{{ data.to.phone }}
{% endif %} {% if not data.to.name and not data.to.address %}
Party details to be provided
{% endif %}
{% if data.preamble %}
Preamble
{{ data.preamble | nl2br }}
{% endif %} {% if data.terms_sections %}
Terms and Conditions
{% for section in data.terms_sections %}
{{ loop.index }} {{ section.title | default('Section ' ~ loop.index) }}
{{ section.content | default('') | nl2br }}
{% endfor %}
{% endif %} {% if data.terms and not data.terms_sections %}
Terms and Conditions
{{ data.terms | nl2br }}
{% endif %}
In Witness Whereof, the Parties Execute This Agreement
Party A
{% if data.from.name %}
{{ data.from.name }}
{% endif %} {% if data.from.title %}
{{ data.from.title }}
{% endif %}
Signature
Printed Name
{% if data.from.name %}{{ data.from.name }}{% else %} {% endif %}

Date
{% if data.issue_date %}{{ data.issue_date | date_format }}{% else %} {% endif %}
Party B
{% if data.to.name %}
{{ data.to.name }}
{% endif %} {% if data.to.title %}
{{ data.to.title }}
{% endif %}
Signature
Printed Name
 

Date