{{ doc.title }}

This {{ doc.kind }} (the “Agreement”) is entered into as of {{ date(doc.effective, "YYYY-MM-DD") }} by and between {{ doc.party_a }} (“Provider”) and {{ doc.party_b }} (“Client”).

{% for clause in clauses %}

{{ loop.index }}. {{ clause.heading }}

{{ clause.body }}{{ clause.note }}

{% if clause.items %}
    {% for item in clause.items %}
  1. {{ item.text }} {% if item.sub | default([]) %}
      {% for s in item.sub %}
    • {{ s }}
    • {% endfor %}
    {% endif %}
  2. {% endfor %}
{% endif %}
{% endfor %}

Execution

Agreed and accepted by the duly authorized representatives of each party.

Provider: ______________________   Date: ____________

Client: ______________________   Date: ____________