# Services agreement

Prepared for **{{ client.name }}** by **{{ provider.name }}**.

## Scope of work

| Deliverable | Fee |
| --- | --- |
{% for item in items %}
| {{ item.description }} | {{ item.fee }} |
{% endfor %}

**Total:** {{ total }}. Payment is due within {{ payment_days }} days.

{% if includes_support %}
## Ongoing support

The provider includes 30 days of support after delivery.
{% endif %}

## Acceptance

By signing below, both parties accept the scope and payment terms above.

:::signatures
::signature{role="client" label="Client signature"}
::signature{role="provider" label="Provider signature"}
:::
